Class Ember.TextField
The internal class used to create text inputs when the {{input}}
helper is used with type
of text
.
See Handlebars.helpers.input for usage details.
Layout and LayoutName properties
Because HTML input
elements are self closing 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
- pattern
- size
- tagName
- template
- templateName
- templates
- type
- value
- views