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
tag_attributes

Partial Call Graph (max 5 caller/called nodes):
%3 template::widget::numericRange template::widget::numericRange (public) template::widget::numericrange template::widget::numericrange template::widget::numericrange->template::widget::numericRange

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
[ hide source ] | [ make this the default ]
Show another procedure: