template::widget::textarea_internal (private)
template::widget::textarea_internal name attribute_reference [ value ] \ [ mode ] [ tag ]
Defined in packages/acs-templating/tcl/widget-procs.tcl
Do the actual construction of a textarea widget, called by various user-callable widgets.
- Parameters:
- name (required)
- Name of the widget.
- attribute_reference (required)
- Reference variable to the tag_attributes passed to the calling widget proc.
- value (optional)
- Optional value
- mode (optional, defaults to
"edit"
)- If edit, output the textarea HTML, otherwise pass along the value (if it exists) in a hidden HTML input tag
- tag (optional, defaults to
"textarea"
)- Returns:
- Form HTML for widget
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.