%3 ::xowiki::formfield::FormField ::xowiki::formfield::FormField → fc_decode → fc_encode ::xo::tdom::Object ::xo::tdom::Object ::xowiki::formfield::FormField->::xo::tdom::Object ::xo::tdom::AttributeManager ::xo::tdom::AttributeManager ::xo::tdom::Object->::xo::tdom::AttributeManager ::xo::OrderedComposite ::xo::OrderedComposite ::xo::tdom::Object->::xo::OrderedComposite ::xowiki::formfield::range ::xowiki::formfield::range ::xowiki::formfield::range->::xowiki::formfield::FormField

Class ::xowiki::formfield::range

::xowiki::formfield::range[i] create ... \
           [ -max max ] \
           [ -min min ] \
           [ -output_prefix (default "") ] \
           [ -output_suffix (default "") ] \
           [ -step step ] \
           [ -value value ] \
           [ -with_output:boolean with_output:boolean ]

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 packages/xowiki/tcl/form-field-procs.tcl

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xowiki::formfield::FormField[i]