...
Name | Description | Value |
---|---|---|
id | Unique Identifier. | anyAny |
nameA name | that describes the Text AreaThe text area name. | Any |
visiblemodes | The modes the text area 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 Areatext area. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
readonly | If is true then the text area value cannot change valuebe changed. | true ,or false |
readonlyconditions | The conditions that should be met in order to display the text the text area in read only mode. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
datapath | The data path field name. | Needs to correspond to the CRMDO object field. |
datatype | The type of datapath field. | alias, java.lang.Integer, java.lang.String, ... |
refresh | The parts of the page parts that should be refreshed when the text area changevalue is changed. | page mainmenu main details tab,tabID component,is_on_tab:is_on_menu:tabID:componentID element,is_on_tab:is_on_menu:tabid:componentID:elementID section,sectionID area,areaID |
rowshow | many Number of rows to display be displayed in the text area1,2,3..... | Any number |
onchange | Defines the function call(s) triggered when text when the text area value is changed. | <functions>…</functions> |
...