custom_var
Vars | |
input_method | The user input method to use if valid_list_options does not contain any items. |
---|---|
max_input_length | Used to sanitize when using the input_message and input_text methods. |
max_input_value | Used to sanitize when using the input_num method. Setting this var does not mandate setting min_input_value. |
min_input_value | Used to sanitize when using the input_num method. Setting this var does not mandate setting max_input_value. |
valid_list_options | If this list contains items the user is limited to these choices. |
Procs | |
SetVar | Override this var if a particular proc call is needed, for example /SetName() when setting the name-var |
Var Details
input_method
The user input method to use if valid_list_options
does not contain any items.
max_input_length
Used to sanitize when using the input_message and input_text methods.
max_input_value
Used to sanitize when using the input_num method. Setting this var does not mandate setting min_input_value.
min_input_value
Used to sanitize when using the input_num method. Setting this var does not mandate setting max_input_value.
valid_list_options
If this list contains items the user is limited to these choices.
Proc Details
SetVar
Override this var if a particular proc call is needed, for example /SetName() when setting the name-var