Panel Name | fwAccessControl/fwAccessControl_ConfirmChangeGroup.pnl | |||
Introduction |
Confirm Change of Group
This panel asks for confirmation of the changes in group settings performed in the Edit Group panel. It is presented in Figure 1:
|
|||
Instructions |
|
|||
Restrictions |
Dollar Parameters | ||
Name | Description | |
$groupName | The name of the group | required |
$changes | Text describing general changes, which will be passed
to the Review Changes
panel (see the description of the $changes parameter for that panel)
|
required |
$addedItems | The list of privileges that have been added for the group, which will be passed
to the Review Changes
panel (see the description of the $addedItems parameter for that panel)
|
required |
$removedItems | The list of privileges revoked from the group, which will be passed
to the Review Changes
panel (see the description of the $removedItems parameter for that panel)
|
required |
Return Values from panel | ||
The panel should be opened using functions from the
ChildPanel...Returns(... , df,ds) family. When the panel is closed the following values may be returned in the df and ds parameters:
| ||
Variable | Value(s) | Description |
dyn_float parameter (df[] ) | ||
df[1] |
1 |
Changes were accepted - | button pressed
df[1] |
0 |
Changes were cancelled - | button pressed
dyn_string parameter (ds[] ) | ||
ds[] |
|
not used: empty variable is always returned. |