template::wizard::save_last_visited_step (public)
template::wizard::save_last_visited_step -key key
Defined in packages/acs-templating/tcl/wizard-procs.tcl
saves the last visisted step to the db
- Switches:
- -key (required)
- unique identifier for a particular wizard normally the main object_id the wizard is manipulating use this step after get_current_step
- Author:
- Jun Yamog
- Created:
- june 2003
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: get_reference # save the state of the visited step for this wizard if { $key ne "" } { ad_set_client_property $key ${wizard_name}visited [template::wizard::get_visited_step] }XQL Not present: Generic, PostgreSQL, Oracle