Text Area

Purpose

This component provides a multi-line input control for large amounts of text.

Exported Features

cf2:ui.TextArea

Imported Features

cf2:ObservablePropertySet

Markup

This component is provided by the ui:textarea element.

Properties

The following table lists the observable properties associated with this component.

Property Description Type Access
value The value of the field. The initial value of this property is the text between the <ui:textarea> and </ui:textarea> elements. String read/write

Markup

If this component is not supported, then it falls back to a static text area field.

Related topics