textarea-widget

Displays a textarea input element with a label. This element will be associated with a predefined widget definition provided by the application based on the identifier. This definition will identify this element as a textarea field, associated label, server-side validation on the values, etc. The content of this field can be provided as CDATA on this element.

Attributes

Child Elements

None

Example

<group label="Message">
  <messaging-predicate-list domain-name="messaging" />
  <textarea-widget cols="60" rows="5"
    required="true"
    id="messageText"
    maxTextCharacters="1000"/>
</group>

Custom XML Tags

Custom Subscription and Messaging Panels