attribute::add_form_elements (public)
attribute::add_form_elements [ -form_id form_id ] \ [ -start_with start_with ] [ -object_type object_type ] \ [ -variable_prefix variable_prefix ]
Defined in packages/acs-subsite/tcl/attribute-procs.tcl
Adds form elements to the specified form_id. Each form element corresponds to an attribute belonging to the given object_type.
- Switches:
- -form_id (optional)
- ID of a form to add form elements to.
- -start_with (optional, defaults to
"acs_object"
)- Object type to start with. Defaults to acs_object.
- -object_type (optional, defaults to
"acs_object"
)- Object type to extract attributes for. Defaults to acs_object.
- -variable_prefix (optional)
- Variable prefix.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.