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

  • Provides:

    • dojox.form.manager._DisplayMixin
  • dojox.form.manager._DisplayMixin

    • type
      Function
    • summary
      Form manager's mixin for controlling show/hide state of
      controlled elements (defined by dojoAttachPoint attributes).
    • description
      This mixin provides unified show/hide functionality for
      controlled elements (indicated by dojoAttachPoint attribute).
      Essentially it provides a way to change "style.display"
      parameter of controlled nodes.
      It should be used together with dojox.form.manager.Mixin.
  • dojox.form.manager._DisplayMixin.gatherDisplayState

    • 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 attach point nodes are to be processed.
    • returns
      Object
    • summary
      Gather display state of all attached elements and return as a dictionary.
    • type
      Function
  • dojox.form.manager._DisplayMixin.show

    • parameters:
      • state: (typeof Object:)
        Optional. If a name-value dictionary, the value is true
        to show and false to hide. 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
      Show attached nodes according to the supplied state object.
    • type
      Function
  • dojox.form.manager._DisplayMixin.hide

    • parameters:
      • state: (typeof Object:)
        Optional. If a name-value dictionary, the value is true
        to show and false to hide. If an array, all names in the
        array will be hidden. If omitted, all form elements
        will be hidden.
    • returns
      self
    • summary
      Hide attached nodes according to the supplied state object.
    • type
      Function
  • dojox.form.manager

    • type
      Object
  • dojox.form

    • type
      Object
  • dojox

    • type
      Object