drdRuleTypeItemClicked
drdRuleTypeItemClicked(
t_ruleTypeName
x_selectIndex
x_checkboxState
w_windowId
)
=> t / nil
Description
Modifies the check box of rule type on the left panel and the corresponding rule group and rule ID.
Arguments
|
Value indicating the selection state; |
|
Value Returned
Examples
drdRuleTypeItemClicked("equalArea" 1 2 window(2))
Modifies the check box state to enabled for equalArea rule type on the right panel and the associated rule group and rule ID is modified to enabled or partial enabled state, depending on remaining number of disabled rule IDs associated with them.
drdRuleTypeItemClicked("equalArea" 1 0 window(2))
Modifies the check box state to disabled for equalArea rule type on the right panel and the associated rule group and rule ID is also modified.
Return to top