Panel Name | fwAccessControl/fwAccessControl_PrivilegeSelector.pnl | |||
Introduction |
Access Right Selector Panel
This panel allows to select one of the access rights defined in the system. It is used, for instance,
by the FSM tool to define the access right needed for operation of certain FSM nodes.
The access right is composed of two components: domain name and the name of the privilege level
in this domain. Conventionally, these two names are selected by colon (:) character, e.g.
|
|||
Instructions |
|
|||
Restrictions |
Dollar Parameters | ||
Name | Description | |
$text | Defines the text that appears initially under the Domain combo box. If not specified this will be Please select a domain | optional |
$showSystemDomain | if set to TRUE, the system domain will be included in the list of domains (FALSE if the parameter is not specified) | optional |
$privilege | The access right which will be pre-set when the panel is open. This may be used to set the "current access right" when the panel is opened. The access right needs to be specified in the (standard) DomainName:PrivilegeName format. | optional |
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 |
Access right was selected, | button pressed
df[1] |
0 |
Selection was cancelled, | button pressed
dyn_string parameter (ds[] ) | ||
ds[1] |
|
|