...
Name | Description | Value |
---|---|---|
id | Unique Identifier | any |
name | A name that describes the Text Area. | Any |
visiblemodes | The modes the button 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 Area. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
readonly | If is true then text area cannot change value. | true,false |
readonlyconditions | The conditions that should be met in order to display 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 page parts that should be refreshed when the select box text area change. | 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 |
rows | how many rows to display in text area | 1,2,3.... |
onchange | Defines the function call(s) triggered when select box when text area value changed. | <functions>…</functions> |
...