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):
%3 ad_set_client_property ad_set_client_property (public) template::wizard::get_reference template::wizard::get_reference (private) template::wizard::get_visited_step template::wizard::get_visited_step (public) template::wizard::save_last_visited_step template::wizard::save_last_visited_step template::wizard::save_last_visited_step->ad_set_client_property template::wizard::save_last_visited_step->template::wizard::get_reference template::wizard::save_last_visited_step->template::wizard::get_visited_step

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
[ hide source ] | [ make this the default ]
Show another procedure: