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/editor/plugins/CollapsibleToolbar.js

  • Provides:

    • dojox.editor.plugins.CollapsibleToolbar
  • Requires:

    • dijit._Widget in common
    • dijit._Templated in common
    • dijit._editor._Plugin in common
    • dijit.form.Button in common
    • dojo.i18n in common
  • dojox.editor.plugins._CollapsibleToolbarButton

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
    • summary
      Simple internal widget for representing a clickable button for expand/collapse
      with A11Y support.
    • tags:
  • dojox.editor.plugins._CollapsibleToolbarButton.templateString

    • type
      String
  • dojox.editor.plugins._CollapsibleToolbarButton.title

    • type
      String
  • dojox.editor.plugins._CollapsibleToolbarButton.buttonClass

    • type
      String
  • dojox.editor.plugins._CollapsibleToolbarButton.text

    • type
      String
  • dojox.editor.plugins._CollapsibleToolbarButton.textClass

    • type
      String
  • dojox.editor.plugins._CollapsibleToolbarButton.onClick

    • parameters:
      • e
    • summary
      Simple synthetic event to listen for dijit click events (mouse or keyboard)
    • type
      Function
  • dojox.editor.plugins.CollapsibleToolbar

    • type
      Function
    • chains:
      • dijit._editor._Plugin: (prototype)
      • dijit._editor._Plugin: (call)
    • summary
      This plugin provides a weappable toolbar container to allow expand/collapse
      of the editor toolbars.  This plugin should be registered first in most cases to
      avoid conflicts in toolbar construction.
  • dojox.editor.plugins.CollapsibleToolbar._myWidgets

    • tags:
    • type
      array
    • summary
      Container for widgets I allocate that will need to be destroyed.
  • dojox.editor.plugins.CollapsibleToolbar.setEditor

    • parameters:
      • editor: (typeof Object)
        The editor to configure for this plugin to use.
    • summary
      Over-ride for the setting of the editor.
    • type
      Function
  • dojox.editor.plugins.CollapsibleToolbar.editor

  • dojox.editor.plugins.CollapsibleToolbar.setEditor.editor

    • type
      Object
    • summary
      The editor to configure for this plugin to use.
  • dojox.editor.plugins.CollapsibleToolbar._constructContainer

    • summary
      Internal function to construct a wrapper for the toolbar/header that allows
      it to expand and collapse.  It effectively builds a containing table,
      which handles the layout nicely and gets BIDI support by default.
    • tags:
    • type
      Function
  • dojox.editor.plugins.CollapsibleToolbar.openTd

  • dojox.editor.plugins.CollapsibleToolbar.closeTd

  • dojox.editor.plugins.CollapsibleToolbar.menu

  • dojox.editor.plugins.CollapsibleToolbar._onClose

    • parameters:
      • e: (typeof The)
        click event.
    • summary
      Internal function for handling a click event that will close the toolbar.
    • tags:
    • type
      Function
  • dojox.editor.plugins.CollapsibleToolbar.editor.header.className

  • dojox.editor.plugins.CollapsibleToolbar.editor.footer.className

  • dojox.editor.plugins.CollapsibleToolbar._onOpen

    • parameters:
      • e: (typeof The)
        click event.
    • summary
      Internal function for handling a click event that will open the toolbar.
    • tags:
    • type
      Function
  • dojox.editor.plugins.CollapsibleToolbar.destroy

    • summary
      Over-ride of destroy method for cleanup.
    • type
      Function
  • dojox.editor.plugins

    • type
      Object
  • dojox.editor

    • type
      Object
  • dojox

    • type
      Object