multiline
Last updated
Last updated
Required attributes:
id unique identification of the item (unique in the whole form).
type item type: 'multiline'.
label label displayed next to the item.
size number of letters a user can enter.
cols number of columns of the text area.
rows number of rows of the text ar ea.
Optional attributes:
help any text that should help to understand what value is required. It is displayed on the right of the item.
must set 'Y' when the value is required, 'N' otherwise.
default default value of the item. It is used by default unless it is explicitly set by PRX rules.
disabled set 'N' if the field can't be edited. Set 'Y' if a modification is allowed.
expr predefined expression or regular expression. See for more details.