template::widget::numericrange (public)
template::widget::numericrange element_reference tag_attributes
Defined in packages/acs-templating/tcl/date-procs.tcl
Widget proc usable with ad_form to display a numeric range widget. Need to define interval_def as {interval_def {start end step}}
- Parameters:
- element_reference (required)
- tag_attributes (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: upvar $element_reference element if { [info exists element(html)] } { array set attributes $element(html) } return [template::widget::numericRange $element(name) $element(interval_def) $element(size) $element(value) $tag_attributes]XQL Not present: Generic, PostgreSQL, Oracle