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

  • Provides:

    • dojox.form.manager._ClassMixin
  • Requires:

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

    • type
      Function
    • summary
      Form manager's mixin for testing/assigning/removing
      classes of controlled elements.
    • description
      This mixin provides unified way to check/add/remove a class
      of controlled elements.
      It should be used together with dojox.form.manager.Mixin.
  • dojox.form.manager._ClassMixin.gatherClassState

    • parameters:
      • className: (typeof String:)
        The class name to test for.
      • 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 the presence of a certain class in all controlled elements.
    • type
      Function
  • dojox.form.manager._ClassMixin.addClass

    • parameters:
      • className: (typeof String:)
        Class name to add.
      • 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
      self
    • summary
      Add a class to nodes according to the supplied set of names
    • type
      Function
  • dojox.form.manager._ClassMixin.removeClass

    • parameters:
      • className: (typeof String:)
        Class name to remove.
      • 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
      self
    • summary
      Remove a class from nodes according to the supplied set of names
    • 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