xfgrGetAvailableValues
xfgrGetAvailableValues(
g_optionName
)
=> t / nil
Description
Returns the available values for the specified option name. The options are combo box, spin box, or radio button.
Arguments
|
The name of an existing fluid guard ring option or a custom option name that have been defined and added to the form. |
Value Returned
Example
Returns the available values of the optionName.
info("Available values for option %L are %L" optionName xfgrGetAvailableValues(optionName)
Return to top