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

dojox/form/BusyButton.js

  • Provides:

    • dojox.form.BusyButton
  • Requires:

    • dijit.form.Button in common
  • dojox.form._BusyButtonMixin

    • type
      Function
  • dojox.form._BusyButtonMixin.isBusy

    • type
      bool
  • dojox.form._BusyButtonMixin.busyLabel

    • type
      String
  • dojox.form._BusyButtonMixin.timeout

    • type
      Object
  • dojox.form._BusyButtonMixin.useIcon

    • type
      Object
  • dojox.form._BusyButtonMixin.postMixInProperties

    • type
      Function
  • dojox.form._BusyButtonMixin.postCreate

    • summary
      stores initial label and timeout for reference
    • type
      Function
  • dojox.form._BusyButtonMixin._label

  • dojox.form._BusyButtonMixin._initTimeout

  • dojox.form._BusyButtonMixin.makeBusy

    • summary
      sets state from idle to busy
    • type
      Function
  • dojox.form._BusyButtonMixin.cancel

    • summary
      if no timeout is set or for other reason the user can put the button back
      to being idle
    • type
      Function
  • dojox.form._BusyButtonMixin.resetTimeout

    • parameters:
      • timeout: (typeof Int)
    • summary
      to reset existing timeout and setting a new timeout
    • type
      Function
  • dojox.form._BusyButtonMixin._timeout

    • type
      Object
  • dojox.form._BusyButtonMixin.setLabel

    • parameters:
      • content: (typeof String)
      • timeout: (typeof Int)
    • summary
      reset the label (text) of the button; takes an HTML string
    • type
      Function
  • dojox.form._BusyButtonMixin.label

  • dojox.form._BusyButtonMixin.containerNode.innerHTML

  • dojox.form._BusyButtonMixin.titleNode.title

    • type
      Object
  • dojox.form._BusyButtonMixin._clicked

    • parameters:
      • e
    • summary
      on button click the button state gets changed
    • type
      Function
  • dojox.form.BusyButton

    • type
      Function
    • chains:
      • dijit.form.Button: (prototype)
      • dojox.form._BusyButtonMixin.prototype: (prototype)
      • dijit.form.Button: (call)
      • dojox.form._BusyButtonMixin: (call)
  • dojox.form.BusyComboButton

    • type
      Function
    • chains:
      • dijit.form.ComboButton: (prototype)
      • dojox.form._BusyButtonMixin.prototype: (prototype)
      • dijit.form.ComboButton: (call)
      • dojox.form._BusyButtonMixin: (call)
  • dojox.form.BusyDropDownButton

    • type
      Function
    • chains:
      • dijit.form.DropDownButton: (prototype)
      • dojox.form._BusyButtonMixin.prototype: (prototype)
      • dijit.form.DropDownButton: (call)
      • dojox.form._BusyButtonMixin: (call)
  • dojox.form

    • type
      Object
  • dojox

    • type
      Object