Class idx.form.HorizontalSlider


Extends dijit.form.HorizontalSlider, idx.form._CompositeMixin, idx.form._CssStateMixin, idx.form._ValidationMixin.
A form widget that allows one to select a value with a horizontally draggable handle
Defined in: <idx\form\HorizontalSlider.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
<static>  
idx.form.HorizontalSlider.baseClass 
base class of this oneui widget
<static>  
idx.form.HorizontalSlider.oneuiBaseClass 
base class of dijit widget
<static>  
idx.form.HorizontalSlider.templatePath 
Set the template path for the desktop template in case the template was not loaded initially, but is later needed due to an instance being constructed with "desktop" platform.
<static>  
idx.form.HorizontalSlider.templateString 
Fire validation when widget get input by set true, fire validation when widget get blur by set false
Fields borrowed from class idx.form._ValidationMixin:
instantValidate, invalidMessage, missingMessage, required, tooltipPosition
Fields borrowed from class idx.form._CompositeMixin:
fieldWidth, help, hint, hintPosition, label, labelAlignment, labelWidth, unit
Methods borrowed from class idx.form._ValidationMixin:
_isEmpty, _isValid, displayMessage, getErrorMessage, isValid, postCreate, postMixInProperties, refocus, validate
Methods borrowed from class idx.form._CompositeMixin:
_setFieldWidthAttr, _setHintAttr, _setLabelAlignmentAttr, _setLabelAttr, _setLabelWidthAttr, _setRequiredAttr, _setUnitAttr, reset, resize, validateAndFocus

Constructor Detail

idx.form.HorizontalSlider()

Field Detail

<static> idx.form.HorizontalSlider.baseClass

base class of this oneui widget

<static> idx.form.HorizontalSlider.oneuiBaseClass

base class of dijit widget

<static> idx.form.HorizontalSlider.templatePath

Set the template path for the desktop template in case the template was not loaded initially, but is later needed due to an instance being constructed with "desktop" platform.

<static> {Boolean} idx.form.HorizontalSlider.templateString

Fire validation when widget get input by set true, fire validation when widget get blur by set false