Control options are evaluated in the controloptions expression, which is defined in the app.ducx user interface language in the corresponding property block.
Syntax |
app.ducx User Interface Language ... layout { |
The result value has to be in JSON format. The control options can be accessed in the client JavaScript using the GetOptions() function.
Example |
app.ducx User Interface Language ... layout { // the values are available in the client JavaScript render.js this.OnRender = function CustomObjectListControl_OnRender(output) // retrieve the control options |
Note: Values of control arguments override values of control options with the same name. It is highly recommended to avoid this situation.