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/manager/_EnableMixin.js

  • Provides:

    • dojox.form.manager._EnableMixin
  • Requires:

    • dojox.form.manager._Mixin in common
  • dojox.form.manager._EnableMixin

    • type
      Function
    • summary
      Form manager's mixin for controlling enable/disable state of
      form elements.
    • description
      This mixin provides unified enable/disable functionality for
      form widgets and form elements. It should be used together
      with dojox.form.manager.Mixin.
  • dojox.form.manager._EnableMixin.gatherEnableState

    • parameters:
      • names: (typeof Object:)
        If it is an array, it is a list of names to be processed.
        If it is an object, dictionary keys are names to be processed.
        If it is omitted, all known form elements are to be processed.
    • returns
      Object
    • summary
      Gather enable state of all form elements and return as a dictionary.
    • type
      Function
  • dojox.form.manager._EnableMixin.enable

    • parameters:
      • state: (typeof Object:)
        Optional. If a name-value dictionary, the value is true
        to enable and false to disable. If an array, all names in the
        array will be set to defaultState. If omitted, all form
        elements will be set to defaultState.
      • defaultState: (typeof Boolean:)
        The default state (true, if omitted).
    • returns
      self
    • summary
      Enable form controls according to the supplied state object.
    • type
      Function
  • dojox.form.manager._EnableMixin.disable

    • parameters:
      • state: (typeof Object:)
        Optional. If a name-value dictionary, the value is true
        to enable and false to disable. If an array, all names in the
        array will be disabled. If omitted, disables all.
    • returns
      Object
    • summary
      Disable form controls according to the supplied state object
      returning the previous state.
    • type
      Function
  • dojox.form.manager

    • alias - dojox.form.manager
  • dojox.form.manager.actionAdapter

    • alias - dojox.form.manager.actionAdapter
  • dojox.form.manager.inspectorAdapter

    • alias - dojox.form.manager.inspectorAdapter
  • dojox.form

    • type
      Object
  • dojox

    • type
      Object