Dollar Parameters |
Name |
Description |
|
$what |
the type of objects in the list "groups", "access rights", etc;
this is used to display the titles of Added (...) and Removed (...) frames.
|
required |
$whatText |
the text containing the description of the changes.
Use "\n" character to enter new lines.
|
required |
$addedItems |
The list of items that will be contained in the
Added items list. One shoul cast a dyn_string list
to a string variable to pass the list as the parameter - the list will
be reconstructed properly in the panel.
|
required |
$removedItems |
The list of items that will be contained in the
Removed items list. One shoul cast a dyn_string list
to a string variable to pass the list as the parameter - the list will
be reconstructed properly in the panel.
|
required |