Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dijit/form/HorizontalSlider.js

  • Provides:

    • dijit.form.HorizontalSlider
  • Requires:

    • dijit.form._FormWidget in common
    • dijit._Container in common
    • dojo.dnd.move in common
    • dijit.form.Button in common
    • dojo.number in common
  • dijit.form.HorizontalSlider

    • type
      Function
    • chains:
      • dijit.form._FormValueWidget: (prototype)
      • dijit._Container.prototype: (prototype)
      • dijit.form._FormValueWidget: (call)
      • dijit._Container: (call)
    • summary
      A form widget that allows one to select a value with a horizontally draggable handle
  • dijit.form.HorizontalSlider.templateString

    • type
      Object
  • dijit.form.HorizontalSlider.value

    • type
      Number
  • dijit.form.HorizontalSlider.showButtons

    • tags: const
    • type
      Boolean
    • summary
      Show increment/decrement buttons at the ends of the slider?
  • dijit.form.HorizontalSlider.minimum

    • tags: const
    • type
      Integer
    • summary
      The minimum value the slider can be set to.
  • dijit.form.HorizontalSlider.maximum

    • tags: const
    • type
      Integer
    • summary
      The maximum value the slider can be set to.
  • dijit.form.HorizontalSlider.discreteValues

    • alias - Infinity
    • type
      Integer
    • summary
      If specified, indicates that the slider handle has only 'discreteValues' possible positions,
      and that after dragging the handle, it will snap to the nearest possible position.
      Thus, the slider has only 'discreteValues' possible values.
      
      For example, if minimum=10, maxiumum=30, and discreteValues=3, then the slider handle has
      three possible positions, representing values 10, 20, or 30.
      
      If discreteValues is not specified or if it's value is higher than the number of pixels
      in the slider bar, then the slider handle can be moved freely, and the slider's value will be
      computed/reported based on pixel position (in this case it will likely be fractional,
      such as 123.456789).
  • dijit.form.HorizontalSlider.pageIncrement

    • type
      Integer
    • summary
      If discreteValues is also specified, this indicates the amount of clicks (ie, snap positions)
      that the slider handle is moved via pageup/pagedown keys.
      If discreteValues is not specified, it indicates the number of pixels.
  • dijit.form.HorizontalSlider.clickSelect

    • type
      Boolean
    • summary
      If clicking the slider bar changes the value or not
  • dijit.form.HorizontalSlider.slideDuration

    • alias - dijit.defaultDuration
    • type
      Number
    • summary
      The time in ms to take to animate the slider handle from 0% to 100%,
      when clicking the slider bar to make the handle move.
  • dijit.form.HorizontalSlider.widgetsInTemplate

    • type
      Object
  • dijit.form.HorizontalSlider.attributeMap

    • type
      Object
  • dijit.form.HorizontalSlider.baseClass

    • type
      String
  • dijit.form.HorizontalSlider.cssStateNodes

    • type
      Object
  • dijit.form.HorizontalSlider.cssStateNodes.incrementButton

    • type
      String
  • dijit.form.HorizontalSlider.cssStateNodes.decrementButton

    • type
      String
  • dijit.form.HorizontalSlider.cssStateNodes.focusNode

    • type
      String
  • dijit.form.HorizontalSlider._mousePixelCoord

    • type
      String
  • dijit.form.HorizontalSlider._pixelCount

    • type
      String
  • dijit.form.HorizontalSlider._startingPixelCoord

    • type
      String
  • dijit.form.HorizontalSlider._startingPixelCount

    • type
      String
  • dijit.form.HorizontalSlider._handleOffsetCoord

    • type
      String
  • dijit.form.HorizontalSlider._progressPixelSize

    • type
      String
  • dijit.form.HorizontalSlider._onKeyUp

    • parameters:
      • e: (typeof Event)
    • type
      Function
  • dijit.form.HorizontalSlider._onKeyPress

    • parameters:
      • e: (typeof Event)
    • type
      Function
  • dijit.form.HorizontalSlider._onHandleClick

    • parameters:
      • e
    • type
      Function
  • dijit.form.HorizontalSlider._isReversed

    • summary
      Returns true if direction is from right to left
    • tags: extension
    • type
      Function
  • dijit.form.HorizontalSlider._onBarClick

    • parameters:
      • e
    • type
      Function
  • dijit.form.HorizontalSlider._setPixelValue

    • parameters:
      • pixelValue: (typeof Number)
      • maxPixels: (typeof Number)
      • priorityChange: (typeof Boolean)
    • type
      Function
  • dijit.form.HorizontalSlider._setValueAttr

    • parameters:
      • value: (typeof Number)
      • priorityChange: (typeof Boolean)
    • summary
      Hook so set('value', value) works.
    • type
      Function
  • dijit.form.HorizontalSlider.valueNode.value

  • dijit.form.HorizontalSlider._inProgressAnim

    • type
      Object
  • dijit.form.HorizontalSlider._bumpValue

    • parameters:
      • signedChange
      • priorityChange: (typeof Boolean)
    • type
      Function
  • dijit.form.HorizontalSlider._onClkBumper

    • parameters:
      • val
    • type
      Function
  • dijit.form.HorizontalSlider._onClkIncBumper

    • type
      Function
  • dijit.form.HorizontalSlider._onClkDecBumper

    • type
      Function
  • dijit.form.HorizontalSlider.decrement

    • parameters:
      • e: (typeof Event)
    • summary
      Decrement slider
    • tags:
    • type
      Function
  • dijit.form.HorizontalSlider.increment

    • parameters:
      • e: (typeof Event)
    • summary
      Increment slider
    • tags:
    • type
      Function
  • dijit.form.HorizontalSlider._mouseWheeled

    • parameters:
      • evt: (typeof Event)
    • summary
      Event handler for mousewheel where supported
    • type
      Function
  • dijit.form.HorizontalSlider.startup

    • type
      Function
  • dijit.form.HorizontalSlider._typematicCallback

    • parameters:
      • count: (typeof Number)
      • button: (typeof Object)
      • e: (typeof Event)
    • type
      Function
  • dijit.form.HorizontalSlider.buildRendering

    • type
      Function
  • dijit.form.HorizontalSlider.incrementButton.style.display

    • type
      String
  • dijit.form.HorizontalSlider.decrementButton.style.display

    • type
      String
  • dijit.form.HorizontalSlider.postCreate

    • type
      Function
  • dijit.form.HorizontalSlider._movable

    • type
      Object
  • dijit.form.HorizontalSlider.destroy

    • type
      Function
  • dijit.form.HorizontalSlider._supportingWidgets

    • type
      Object
  • dijit.form._SliderMover

    • type
      Function
    • chains:
      • dojo.dnd.Mover: (prototype)
      • dojo.dnd.Mover: (call)
  • dijit.form._SliderMover.onMouseMove

    • parameters:
      • e
    • type
      Function
  • dijit.form._SliderMover.widget

  • dijit.form._SliderMover.widget._abspos

    • type
      Object
  • dijit.form._SliderMover.widget._setPixelValue_

    • type
      Object
  • dijit.form._SliderMover.widget._isReversed_

    • type
      Object
  • dijit.form._SliderMover.destroy

    • parameters:
      • e
    • type
      Function
  • dijit.form

    • type
      Object
  • dijit

    • type
      Object