Description
This element is used to display a text area on the page.
Attributes
Name | Description | Value |
---|---|---|
id | Unique Identifier | any |
name | A name that describes the Text Area. | Any |
visiblemodes | The modes the button should be visible. | A comma-separated list of the modes read / new / edit |
visibilityconditions | The conditions that should be met in order to display the Text Area. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
datapath | The data path field name | Needs to correspond to the CRMDO object field. |
rows | how many rows to display in text area | 1,2,3.... |
Examples
Text Area
Tab
<textarea> <id>ProdDesc_Value</id> <name>Description</name> <datapath>description</datapath> <rows>5</rows> </textarea>