Get client arguments
List of Global Functions
Buttons - Returns map of client parameters only with keys: "enable_back" and "enable_next"
ButtonsProposal - Returns map of client parameters only with keys: "enable_back", "enable_next", and "proposal"
argmap - Returns map of client parameters
automatic_configuration - Is the automatic configuraton just in progress?
enable_back - Should be the [Back] button enabled?
enable_next - Should be the [Next] button enabled?
going_back - Are we going back from the previous dialog?
proposal - Returns name of the proposal
List of Global Variables
Returns map of client parameters only with keys: "enable_back" and "enable_next"
Function parameters
boolean back
boolean next
Return value
map - of parameters
Returns map of client parameters only with keys: "enable_back", "enable_next", and "proposal"
Function parameters
boolean back
boolean next
string proposal_name
Return value
map - of parameters
Example 14.
GetInstArgs::ButtonsProposal() -> $[ "enable_back" : true, "enable_next" : true, "proposal" : "initial" ]
Returns map of client parameters
Return value
map - of parameters
Example 15.
GetInstArgs::argmap() -> $[ "enable_back" : true, "enable_next" : true, "going_back" : true, "anything" : "yes, of course", ]
Is the automatic configuraton just in progress?
Return value
boolean - if running the automatic configuration
Should be the [Back] button enabled?
Return value
boolean - whether enabled or not
Should be the [Next] button enabled?
Return value
boolean - whether enabled or not
Are we going back from the previous dialog?
Return value
boolean - whether going_back or not