Attribute
|
MScript
|
Description
|
name
|
-
|
The name of the request parameter.
|
scope
|
ü
|
This attribute is specified if the value of the parameter should be saved either as page variable or a session variable. The valid values for the attribute are "p" for page variable, and "s" session variable.
|
mandatory
|
ü
|
Should contain true is this parameter must be supplied along with the command.
|
nonBlank
|
ü
|
Should contain true if the parameter must have a value when used for the command.
|
encrypted
|
ü
|
Should contain true if the parameter contains an encrypted value.
|
notAllowed
|
ü
|
Should contain true if this parameter cannot be given with the command.
|
initialValue
|
ü
|
Defines the default value if this parameter is not specified of has no value.
|