xfgrHideGroup
xfgrHideGroup(
g_groupName
)
=> t / nil
Description
Hides the options in the specified group from the Create Fluid Guard Ring form.
Arguments
|
The name of the group from which the options are to be hidden. |
Value Returned
Example
Hides the Wrap Settings group from the Create Fluid Guard Ring form.
if(xfgrHideGroup("Wrap Settings") then info("Group Wrap Settings has been hidden") else info("Group Wrap Settings is not available")
)
Return to top