Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionValue
id

Unique Identifier

any
nameA name that describes the Text Area.Any
visiblemodesThe modes the button should be visible.A comma-separated list of the modes read / new / edit
visibilityconditionsThe conditions that should be met in order to display the Text Area.'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
datapathThe data path field nameNeeds to correspond to the CRMDO object field.
rowshow many rows to display in text area1,2,3....

Examples

Text Area

Image Removed 

Code Block
languagehtml/xml
titleTab
linenumberstrue
<textarea>
          <id>ProdDesc_Value</id>
          <name>Description</name>
          <datapath>description</datapath>
          <rows>5</rows>
</textarea>

...