template::wizard::set_param (public)

 template::wizard::set_param name value

Defined in packages/acs-templating/tcl/wizard-procs.tcl

Set a wizard's param for passthrough

Normally you place this in the steps of the wizard where the form has been processed. A param is normally used when you want to reuse a value across the steps.

Note: if you are to use "template::wizard set_param" on a wizard file ex. (wizard.tcl). Make sure to do it before "template::wizard get_current_step". So when "template::wizard get_current_step" redirects it will properly set the correct values of the param to the new value.

Parameters:
name
value
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 template::wizard::set_visited_step template::wizard::set_visited_step (public) template::wizard::set_param template::wizard::set_param template::wizard::set_visited_step->template::wizard::set_param template::adp_level template::adp_level (public) template::wizard::set_param->template::adp_level

Testcases:
No testcase defined.
[ show source ]
Show another procedure: