template::form::get_reference (private)

 template::form::get_reference

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

Helper procedure used to access the basic data structures of a form object. Called by several of the form commands.

Testcases:
No testcase defined.
Source code:
    uplevel {
        set level [template::adp_level]

        # GN: why does it alias "$id:properties" to "properties" and
        # "form_properties"?
        upvar #$level $id:elements elements $id:properties properties $id:properties form_properties

        if { ! [info exists elements] } {
            error "Form $id does not exist"
        }
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: