dt_widget_numeric_range (public, deprecated)
dt_widget_numeric_range name begin end [ default ] [ interval ] \ [ with_leading_zeros ]
Defined in packages/acs-datetime/tcl/acs-datetime-procs.tcl
Deprecated. Invoking this procedure generates a warning.
DEPRECATED: this widget would be difficult to style and is actually simpler to inline such an idiom in one's tcl or adp code. The templating system also provides select widgets that take care of validating the selection.
- Parameters:
- name (required)
- begin (required)
- end (required)
- default (optional)
- interval (optional, defaults to
"1"
)- with_leading_zeros (optional, defaults to
"0"
)- Returns:
- an HTML select widget for a numeric range
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.