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/NumberSpinner.js

  • Provides:

    • dijit.form.NumberSpinner
  • Requires:

    • dijit.form._Spinner in common
    • dijit.form.NumberTextBox in common
  • dijit.form.NumberSpinner

    • type
      Function
    • chains:
      • dijit.form._Spinner: (prototype)
      • dijit.form.NumberTextBoxMixin.prototype: (prototype)
      • dijit.form._Spinner: (call)
      • dijit.form.NumberTextBoxMixin: (call)
    • summary
      Extends NumberTextBox to add up/down arrows and pageup/pagedown for incremental change to the value
    • description
      A `dijit.form.NumberTextBox` extension to provide keyboard accessible value selection
      as well as icons for spinning direction. When using the keyboard, the typematic rules
      apply, meaning holding the key will gradually increase or decrease the value and
      accelerate.
    • example
       new dijit.form.NumberSpinner({ constraints:{ max:300, min:100 }}, "someInput");
  • dijit.form.NumberSpinner.adjust

    • parameters:
      • val: (typeof Object)
      • delta: (typeof Number)
    • summary
      Change Number val by the given amount
    • tags:
    • type
      Function
  • dijit.form.NumberSpinner.constraints

  • dijit.form.NumberSpinner.constraints.min

    • type
      String
  • dijit.form.NumberSpinner._onKeyPress

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

    • type
      Object
  • dijit

    • type
      Object