Ember.TextArea Class
PUBLIC
Extends: Ember.Component
Uses: Ember.TextSupport
Defined in: packages/ember-htmlbars/lib/components/text_area.js:8
Module: ember-views
The internal class used to create textarea element when the {{textarea}} helper is used.
See Ember.Templates.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.
Please login to continue.