textarea | |
Textarea | |
The textarea widget displays a textarea in create or edit mode, with additional message tag for errors, and a regular text output in any other mode. Widgets using this type can provide properties accepted on a <h:inputTextarea /> tag in create or edit mode, and properties accepted on a <h:outputText /> tag in other modes. |
|
No | |
No | |
No | |
org.nuxeo.ecm.platform.forms.layout.facelets.plugins.TextareaWidgetTypeHandler | |
document |
style | |||
styleClass | |||
title | |||
escape | If set to false, the held value will not be escaped. For instance if it contains HTML tags, they will be rendered as part of the rendered HTML page instead of being rendered as text content. Defaults to true. |
required | |||
cols | |||
rows | |||
accesskey | |||
dir | |||
disabled | |||
immediate | |||
lang | |||
validator | |||
valueChangeListener |