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

  • Provides:

    • dojox.editor.plugins.StatusBar
  • Requires:

    • dijit.Toolbar in common
    • dijit._editor._Plugin in common
    • dojox.layout.ResizeHandle in common
    • dojo.i18n in common
  • dojox.editor.plugins._StatusBar

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
  • dojox.editor.plugins._StatusBar.templateString

    • type
      String
    • summary
      Template for the widget.  Currently using table to get the alignment behavior and
      bordering I wanted.  Would prefer not to use table, though.
  • dojox.editor.plugins._StatusBar._getValueAttr

    • summary
      Over-ride to get the value of the status bar from the widget.
    • tags: Protected
    • type
      Function
  • dojox.editor.plugins._StatusBar._setValueAttr

    • parameters:
      • str: (typeof String)
        The string to set as the status bar content.
    • summary
      Over-ride to set the value of the status bar from the widget.
      If no value is set, it is replaced with a non-blocking space.
    • tags:
    • type
      Function
  • dojox.editor.plugins._StatusBar.barContent.innerHTML

  • dojox.editor.plugins.StatusBar

    • type
      Function
    • chains:
      • dijit._editor._Plugin: (prototype)
      • dijit._editor._Plugin: (call)
    • summary
      This plugin provides StatusBar cabability to the editor.
      Basically a footer bar where status can be published.  It also
      puts a resize handle on the status bar, allowing you to resize the
      editor via mouse.
  • dojox.editor.plugins.StatusBar.statusBar

    • tags:
    • type
      The
    • summary
      status bar and resizer.
  • dojox.editor.plugins.StatusBar.resizer

    • tags: public
    • type
      Boolean
    • summary
      Flag indicating that a resizer should be shown or not.  Default is true.
      There are cases (such as using center pane border container to autoresize the editor
      That a resizer is not valued.
  • dojox.editor.plugins.StatusBar.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.StatusBar.editor

  • dojox.editor.plugins.StatusBar.resizeHandle

    • type
      Object
  • dojox.editor.plugins.StatusBar.editor.statusBar

    • type
      Object
  • dojox.editor.plugins.StatusBar._msgListener

    • type
      Object
  • dojox.editor.plugins.StatusBar.setEditor.editor

    • type
      Object
    • summary
      The editor to configure for this plugin to use.
  • dojox.editor.plugins.StatusBar._getValueAttr

    • summary
      Over-ride to get the value of the status bar from the widget.
    • tags:
    • type
      Function
  • dojox.editor.plugins.StatusBar._setValueAttr

    • parameters:
      • str: (typeof String)
        The String value to set in the bar.
    • summary
      Over-ride to set the value of the status bar from the widget.
      If no value is set, it is replaced with a non-blocking space.
    • tags:
    • type
      Function
  • dojox.editor.plugins.StatusBar.set

    • parameters:
      • attr: (typeof The)
        attribute to set.
      • val: (typeof The)
        value to set it to.
    • summary
      Quick and dirty implementation of 'set' pattern
    • type
      Function
  • dojox.editor.plugins.StatusBar.get

    • parameters:
      • attr: (typeof The)
        attribute to get.
    • summary
      Quick and dirty implementation of 'get' pattern
    • type
      Function
  • dojox.editor.plugins.StatusBar.destroy

    • summary
      Over-ride to clean up the breadcrumb toolbar.
    • type
      Function
  • dojox.editor.plugins

    • type
      Object
  • dojox.editor

    • type
      Object
  • dojox

    • type
      Object