Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Wiki Markup { *size* : '<span style="color: #0000ff">10</span>', <span style="color: #99cc00">//optional, integer value, default is 4,</span> <span style="color: #008000">only for multi select box</span> *options* : \[<span style="color: #99cc00">//is optional to use this attribute or options_ajax</span> {value: '<span style="color: #0000ff">value1</span>', label : '<span style="color: #0000ff">Value 1</span>'}, {value: '<span style="color: #0000ff">value2</span>', label : '<span style="color: #0000ff">Value 2</span>'}, {value: '<span style="color: #0000ff">value3</span>', label : '<span style="color: #0000ff">Value 3</span>'} \], *options_ajax_on_change* : '<span style="color: #0000ff">property1</span>', <span style="color: #99cc00">//optional, value of this property name and value will passed over as HTTP request parameter to loadthe URL defined in the options_ajax from ajax<property</span> *options_ajax* : '<span style="color: #0000ff">URL to load options JSON</span>' <span style="color: #99cc00">//optional, URL which returns returnthe JSON Array of a set of Objects that have value & label attribute</span> }
...
{
options_ajax_on_change : 'property1', //optional, value of this property name will passover to load options from ajax this property name and value will passed as HTTP request parameter to the URL defined in the options_ajax property
options_ajax : '/web/property/json/getElements?classname= org.joget.apps.form.model.FormLoadElementBinder', //Load plugin list based on class name given
Wiki Markup \[CONTEXT_PATH\]
url : '/web/property/json
Wiki Markup \[CONTEXT_PATH\]/getPropertyOptions', //Load plugin properties
Wiki Markup \[APP_PATH\]
keep_value_on_change : 'true' //optional, boolean value, default is false. To keep current configuration for the next selected element
}
...