textarea-input

Displays a textarea input element with a label styled like other textareas in the application. The content of this field can be provided as CDATA on this element.

Attributes

Child Elements

None

Example

<textarea-input
  cols="60"
  rows="5"
  required="true"
  label="Summary"
  id="<%=PREDICATE_VALUE_PREFIX + SUMMARY_PREDICATE_NAME %>"
  name="<%=PREDICATE_VALUE_PREFIX + SUMMARY_PREDICATE_NAME %>"
  maxTextCharacters="500"><%=(summary==null)?"":StringEscapeUtils.escapeXml(summary)%>
</textarea-input>

Custom XML Tags

Custom Subscription and Messaging Panels