template::widget::input (public)
template::widget::input type element_reference tag_attributes
Defined in packages/acs-templating/tcl/widget-procs.tcl
General proc used by a wide variety of widgets to output input HTML tags.
- Parameters:
- type (required)
- The type of widget (checkbox, radio, text etc)
- element_reference (required)
- Reference variable to the form element
- tag_attributes (required)
- HTML attributes to hang on the input tag
- Returns:
- Form HTML for widget
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.