Versions Compared

Key

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

...

NameDescriptionValue
id

Unique Identifier.

Any
nameA name that describes the select boxThe selectbox name.Any
visiblemodesThe modes select box the selectbox should be visible.A comma-separated list of the modes (read / , new / , edit)
visibilityconditionsThe conditions that should be met in order to display the select boxselectbox.'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
readonlyIf is true then select box cannot change valuethen the selectbox value cannot be changed.true ,or false
readonlyconditions

The conditions that should be met in order to display the select box the selectbox in read only mode.

'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
datapathThe data path field name.Needs to correspond to the CRMDO object field.
datatypeThe type of datapath field.alias, java.lang.Integer, java.lang.String, ...
refreshThe parts of the page parts that should be refreshed when the select box changeselectbox 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

  type 

      The type 'singleline' can be used to show all options in one line,  instead of one per row. 

 singleline 
lookuptypeThe type of lookup.fixed, dataset, ejb
lookupnameThe dataset name if the lookuptype is equals equal to dataset.

the The file path under the folder 'Crm/WebContent/pages/search'

alwayseditableselect boxes Selectboxes can be defined as always editable.true , or false
reload

If is set to true then it means that radio button the selectbox will be called on every refresh of the page. 

For lookuptype: dataset, ejb

true , or false
options

Defines the selectbox options of select box.

For lookuptype: fixed

 option1:option_label1;option2:option_label2;option3:option_label3

valueDefines the current value of select boxthe selectbox.'[[pagefunction, datatype, datapath ]]'
defaultvaluethe The default value to be assign on assigned to the datapath.anyAny
onload

Defines the function call triggered to load select boxthe selectbox.

For lookuptype: ejb

<function>…</function>
onchangeDefines the function call(s) triggered when select box the selectbox value is changed.<functions>…</functions>

...