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

dijit/_editor/plugins/AlwaysShowToolbar.js

  • Provides:

    • dijit._editor.plugins.AlwaysShowToolbar
  • Requires:

    • dijit._editor._Plugin in common
  • dijit._editor.plugins.AlwaysShowToolbar

    • type
      Function
    • chains:
      • dijit._editor._Plugin: (prototype)
      • dijit._editor._Plugin: (call)
    • summary
      This plugin is required for Editors in auto-expand mode.
      It handles the auto-expansion as the user adds/deletes text,
      and keeps the editor's toolbar visible even when the top of the editor
      has scrolled off the top of the viewport (usually when editing a long
      document).
    • description
      Specify this in extraPlugins (or plugins) parameter and also set
      height to "".
    • example
      	<div dojoType="dijit.Editor" height=""
      	extraPlugins="['dijit._editor.plugins.AlwaysShowToolbar']">
  • dijit._editor.plugins.AlwaysShowToolbar._handleScroll

    • type
      Boolean
    • summary
      Enables/disables the handler for scroll events
  • dijit._editor.plugins.AlwaysShowToolbar.setEditor

    • parameters:
      • e
    • type
      Function
  • dijit._editor.plugins.AlwaysShowToolbar.editor

  • dijit._editor.plugins.AlwaysShowToolbar.enable

    • parameters:
      • d
    • summary
      Enable plugin.  Called when Editor has finished initializing.
    • tags:
    • type
      Function
  • dijit._editor.plugins.AlwaysShowToolbar._updateHeight

    • returns
      prevent setting height to 0
    • summary
      Updates the height of the editor area to fit the contents.
    • type
      Function
  • dijit._editor.plugins.AlwaysShowToolbar._lastHeight

    • type
      Integer
    • summary
      Height in px of the editor at the last time we did sizing
  • dijit._editor.plugins.AlwaysShowToolbar.globalOnScrollHandler

    • summary
      Handler for scroll events that bubbled up to &lt;html&gt;
    • tags:
    • type
      Function
  • dijit._editor.plugins.AlwaysShowToolbar.editor.header

  • dijit._editor.plugins.AlwaysShowToolbar._scrollSetUp

    • type
      Object
  • dijit._editor.plugins.AlwaysShowToolbar._scrollThreshold

  • dijit._editor.plugins.AlwaysShowToolbar.editor.header.style

  • dijit._editor.plugins.AlwaysShowToolbar.editor.iframe.style.marginTop

    • type
      String
  • dijit._editor.plugins.AlwaysShowToolbar.editor.header.style.left

    • type
      String
  • dijit._editor.plugins.AlwaysShowToolbar._IEOriginalPos

    • type
      Object
  • dijit._editor.plugins.AlwaysShowToolbar.editor.header.style.position

    • type
      String
  • dijit._editor.plugins.AlwaysShowToolbar.editor.header.style.top

    • type
      String
  • dijit._editor.plugins.AlwaysShowToolbar.editor.header.style.zIndex

    • type
      String
  • dijit._editor.plugins.AlwaysShowToolbar._fixEnabled

    • type
      bool
  • dijit._editor.plugins.AlwaysShowToolbar.editor.header.style.display

    • type
      String
  • dijit._editor.plugins.AlwaysShowToolbar.editor.header.style.width

    • type
      String
  • dijit._editor.plugins.AlwaysShowToolbar.destroy

    • type
      Function
  • dijit._editor.plugins

    • type
      Object
  • dijit._editor

    • type
      Object
  • dijit

    • type
      Object