...
Name | Description | Value |
---|---|---|
id | Unique Identifier. | anyAny |
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 component. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
readonly | If is true then the checkbox is in read mode , and the user cannot change the value. | true ,or false |
datapath | The data path field name. | Needs to correspond to the CRMDO object field. |
datatype | The type of datapath field. | java.lang.Integer, java.lang.String, ... |
refresh | The parts of the page parts that should be refreshed when the button is clicked. | 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 |
truevalue | the The value to be assign assigned on the datapath when the checkbox is checked. | anyAny |
falsevalue | the The value to be assign assigned on the datapath when the checkbox is not checked. | anyAny |
truelabel | the The label of checked of the checked checkbox in read mode. | anyAny |
falselabel | the The label of the non checked checkbox in read mode. | anyAny |
defaultvalue | the The default value to be assign assigned on the datapath. | anyAny |
onchange | Defines the function call(s) triggered when the checkbox value changedchanges. | <functions>…</functions> |
...