Versions Compared

Key

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

...

NameDescriptionValue
id

Unique Identifier.

anyAny
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 component.'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
readonlyIf is true then the checkbox is in read mode , and the user cannot change the value.true ,or false
datapathThe data path field name.Needs to correspond to the CRMDO object field.
datatypeThe type of datapath field.java.lang.Integer, java.lang.String, ...
refreshThe 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

truevaluethe The value to be assign assigned on the datapath when the checkbox is checked.anyAny
falsevaluethe The value to be assign assigned on the datapath when the checkbox is not checked.anyAny
truelabelthe The label of checked of the checked checkbox in read mode.anyAny
falselabelthe The label of the non checked checkbox in read mode.anyAny
defaultvaluethe The default value to be assign assigned on the datapath.anyAny
onchangeDefines the function call(s) triggered when the checkbox value changedchanges.<functions>…</functions>

...