Nuxeo Showcase - Layout Service (forms, views, and actions)

Textarea

Type textarea
Title Textarea
Description

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.

Accepting Sub Widgets
No
Handling Labels
No
Containing Form
No
Handler Class org.nuxeo.ecm.platform.forms.layout.facelets.plugins.TextareaWidgetTypeHandler
Categories document
Style style
Style class styleClass
Title title
Escape 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 required
Number of columns cols
Number of rows rows
Access key accesskey
Direction dir
Disabled disabled
Immediate immediate
Lang lang
Validator validator
Value change listener valueChangeListener