Panel Name | fwAccessControl/fwAccessControl_EditUserGroups.pnl | |||
Introduction |
Edit group membership of a user
This panel allows to define the groups to which a user belongs. The panel is presented in Figure 1.
Note that the groups, which are already in the Member of list are "greyed out" in the All Groups list, and cannot be selected. |
|||
Instructions |
|
|||
Restrictions |
|
Dollar Parameters | ||
Name | Description | |
$userName | The name of the user whose group membership is edited; or empty string ("") in the create mode | required |
$groups | The initial list of the groups displayed in the Member of: list
(e.g. the "current" group membership).
The dyn_string list should be casted to string variable - the
panel will decode it.
|
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 |
Edit action terminated succesfully, | button pressed
df[1] |
0 |
Edit action cancelled, | button pressed
dyn_string parameter (ds[] ) | ||
ds[] |
|
if the dialog was not cancelled, will contain the modified list on the groups |