- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowiki::formfield::range
::xowiki::formfield::range create ... \HTML5 range input field. The range input is rendered as a slider by the actual browsers.
[ -CSSclass (default "form-range") ]
Defined in /var/www/openacs.org/packages/xowiki/tcl/form-field-procs.tcl
- 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
Class Relations
Variables
::xowiki::formfield::range set __default_metaclass ::xotcl::Class ::xowiki::formfield::range set __default_superclass ::xotcl::Object
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables