Class Ember.TextArea
The internal class used to create textarea element when the {{textarea}}
helper is used.
See handlebars.helpers.textarea for usage details.
Layout and LayoutName properties
Because HTML textarea
elements do not contain inner HTML the layout
and
layoutName
properties will not be applied. See Ember.View's
layout section for more information.
Methods
- $
- addObserver
- append
- appendTo
- beginPropertyChanges
- cacheFor
- cancel
- create
- createChildView
- createElement
- createWithMixins
- decrementProperty
- destroy
- destroyElement
- eachComputedProperty
- endPropertyChanges
- findElementInParentElement
- focusIn
- focusOut
- get
- getProperties
- getWithDefault
- has
- hasObserverFor
- incrementProperty
- init
- insertNewLine
- keyPress
- metaForProperty
- notifyPropertyChange
- off
- on
- one
- propertyDidChange
- propertyWillChange
- remove
- removeAllChildren
- removeChild
- removeFromParent
- removeObserver
- render
- reopen
- reopenClass
- replaceIn
- rerender
- set
- setProperties
- toString
- toggleProperty
- trigger
- willDestroy
Properties
- action
- ariaRole
- attributeBindings
- bubbles
- classNameBindings
- classNames
- concatenatedProperties
- context
- controller
- element
- isDestroyed
- isDestroying
- isView
- isVisible
- layout
- layoutName
- nearestChildOf
- nearestOfType
- nearestWithProperty
- onEvent
- parentView
- tagName
- template
- templateName
- templates
- views