TextArea

The TextArea widget represents a text field in a static server page and can be used to display and enter data on multiple lines.

XHTML Specification: <x-subst type="textarea">

For more information, see <x-subst type="WidgetType"> .

Widget Properties

Widget Properties

Property

Description/More Information

Exclude

Exclude the field if it does not need to be sent to the browser.

Rows

Height of the field

Columns

Width of the field

Description

When the field definition is copied to the layout, the XHTML source code similar to the following:

<x-subst name="TEXT_AREA.MY_ENTITY.MY_MODEL" type="textarea">
 <textarea name="TEXT_AREA.MY_ENTITY.MY_MODEL"></textarea>
</x-subst>

Related Topics