template::wizard::get_reference (private)

 template::wizard::get_reference

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

Get a reference to the wizard steps (internal helper)

See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 template::wizard::add template::wizard::add (private) template::wizard::get_reference template::wizard::get_reference template::wizard::add->template::wizard::get_reference template::wizard::current_step template::wizard::current_step (private) template::wizard::current_step->template::wizard::get_reference template::wizard::forward template::wizard::forward (public) template::wizard::forward->template::wizard::get_reference template::wizard::get_action_url template::wizard::get_action_url (public) template::wizard::get_action_url->template::wizard::get_reference template::wizard::get_current_name template::wizard::get_current_name (public) template::wizard::get_current_name->template::wizard::get_reference

Testcases:
No testcase defined.
Source code:

    uplevel {

        variable parse_level
        set level $parse_level

        upvar #$level wizard:steps steps wizard:properties properties wizard:name wizard_name wizard:wizards wizards wizard:finish_url wizard_finish_url
        if { ! [info exists steps] } {
            error "Wizard does not exist"
        }
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: