text | |
Text | |
The text widget displays an input text 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:inputText /> 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.TextWidgetTypeHandler | |
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. | ||
localize | If set to true, the held value will be translated. This property cannot be an EL expression, it will only resolve literal values 'true' or 'false'. Defaults to false. Available since 5.5. |
required | |||
maxlength | |||
size | |||
style | |||
styleClass | |||
title | |||
accesskey | |||
alt | |||
dir | |||
placeholder | String representing a short hint (a word or short phrase) intended to aid the user with data entry. | ||
disabled | |||
immediate | |||
lang | |||
validator | |||
valueChangeListener |