template::widget::currency (public)
template::widget::currency element_reference tag_attributes [ mode ]
Defined in packages/acs-templating/tcl/currency-procs.tcl
Render a currency widget. By default, the currency widget takes the form $ddddd.dd, i.e. US dollars and cents. You can optionally pass along a format for different currency.
- Parameters:
- element_reference (required)
- Reference variable to the form element
- tag_attributes (required)
- HTML attributes to add to the tag
- mode (optional, defaults to
"edit"
)- If edit, the rendered widget allows input, otherwise the values are passed along as hidden input HTML tags
- Returns:
- Form HTML for widget
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.