template::wizard::exists (public)

 template::wizard::exists

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

Returns:
1 if a wizard is currently defined
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    variable parse_level

    if { ![info exists parse_level] } {
        return 0
    }

    upvar #$parse_level wizard:steps steps

    return [info exists steps]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: