Class ::xowiki::formfield::range
::xowiki::formfield::range
create ... \
[ -CSSclass (default "form-range") ]
HTML5 range input field. The range input is rendered as a slider
by the actual browsers.
- Documented Parameters:
- min
- minimum value of the value range
- max
- maximum value of the value range
- step
- increment steps when moving the slider
- with_output
- add an output box with show the actual slider value
(requires JavaScript)
- output_prefix
- prepend string value to the actual slider value
in the output display
- output_suffix
- append string value to the actual slider value
in the output display
Defined in /var/www/openacs.org/packages/xowiki/tcl/form-field-procs.tclClass Relations
- class: ::xotcl::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- superclass: ::xowiki::formfield::FormField
![[i]](/resources/acs-subsite/ZoomIn16.gif)