Panel | ||
---|---|---|
| ||
Shared NoteThis element is used to display a shared note text area on the page. |
Attributes
Name | Description | Value |
---|---|---|
id | Unique Identifier. | anyAny |
nameA name | that describes the Text AreaThe shared note name. | Any |
visiblemodes | The modes the button shared note 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 Areashared note. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
readonly | If is true then text area cannot change valuethe shared note value cannot be changed. | true ,or false |
readonlyconditions | The conditions that should be met in order to display the text area the shared note in read only mode. | '[[pagefunction, datatype, datapath |
datapath | The data path field name. | Needs to correspond to the CRMDO object field. |
datatype | The type of datapath field. | sharednote |
refresh | The parts of the page parts that should be refreshed when the select box changeshared note value 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 |
onchange | Defines the function call(s) triggered when select box the shared note value is changed. | <functions>…</functions> |
Example
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|