xfgrGetOptionValue
xfgrGetOptionValue(
g_optionName
)
=> t / nil
Description
Returns the current value for the specified option.
Arguments
|
The name of an existing fluid guard ring option or a custom option name that has been added to the form. |
Value Returned
Example
Returns the current value, encloseBy, for the wrapType option.
info("The current value of option wrapType is %L"
xfgrGetOptionValue("wrapType" "encloseBy"))
Return to top