Text

Represents a text field and can be used to display and enter data.

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

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.

Size

Size of the field, in characters

Description

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

<x-subst size="40" name="FLD.MY_ENTITY.MY_MODEL" type="text">
<input name="FLD.MY_ENTITY.MY_MODEL" maxlength="40" value="" type="text">
</x-subst>

Related Topics