util::html::get_form (public)

 util::html::get_form -forms forms [ -id id ]

Defined in packages/acs-tcl/tcl/html-procs.tcl

Extract form with the specified id from a structure as that coming from util::html::get_forms proc.

Switches:
-forms
(required)
Form structure
-id
(optional)
HTML id of the form to be read. If structure contains only one form, this parameter can be omitted, otherwise the proc will throw an error.
Returns:
form structure

Partial Call Graph (max 5 caller/called nodes):
%3 util::http::cookie_auth util::http::cookie_auth (public) util::html::get_form util::html::get_form util::http::cookie_auth->util::html::get_form

Testcases:
No testcase defined.
[ show source ]
Show another procedure: