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

  • Provides:

    • dojox.editor.plugins.Blockquote
  • Requires:

    • dijit._editor._Plugin in common
    • dijit.form.Button in common
    • dojo.i18n in common
  • dojox.editor.plugins.Blockquote

    • type
      Function
    • chains:
      • dijit._editor._Plugin: (prototype)
      • dijit._editor._Plugin: (call)
    • summary
      This plugin provides Blockquote cabability to the editor.
      window/tab
  • dojox.editor.plugins.Blockquote.iconClassPrefix

    • tags: const
    • type
      String
    • summary
      The CSS class name for the button node icon.
  • dojox.editor.plugins.Blockquote._initButton

    • summary
      Over-ride for creation of the preview button.
    • type
      Function
  • dojox.editor.plugins.Blockquote._nlsResources

    • type
      Object
  • dojox.editor.plugins.Blockquote.button

    • type
      Object
  • dojox.editor.plugins.Blockquote.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.Blockquote.editor

  • dojox.editor.plugins.Blockquote.setEditor.editor

    • type
      Object
    • summary
      The editor to configure for this plugin to use.
  • dojox.editor.plugins.Blockquote._toggleQuote

    • parameters:
      • arg
    • summary
      Function to trigger previewing of the editor document
    • tags:
    • type
      Function
  • dojox.editor.plugins.Blockquote.updateState

    • summary
      Overrides _Plugin.updateState().  This controls whether or not the current
      cursor position should toggle on the quote button or not.
    • tags:
    • type
      Function
  • dojox.editor.plugins.Blockquote._findBlockQuotes

    • parameters:
      • nodeList: (typeof The)
        list of nodes.
    • summary
      function to find a ll the blocknode elements in a collection of
      nodes
    • tags:
    • type
      Function
  • dojox.editor.plugins.Blockquote._getTagName

    • parameters:
      • node: (typeof The)
        node to look at.
    • summary
      Internal function to get the tag name of an element
      if any.
    • tags:
    • type
      Function
  • dojox.editor.plugins.Blockquote._isRootInline

    • parameters:
      • node: (typeof The)
        node to start at.
    • summary
      This functions tests whether an indicated node is in root as inline
      or rooted inline elements in the page.
    • tags:
    • type
      Function
  • dojox.editor.plugins.Blockquote._isTextElement

    • parameters:
      • node: (typeof The)
        node to check.
    • summary
      Helper function to check for text nodes.
    • tags:
    • type
      Function
  • dojox.editor.plugins.Blockquote._isEmpty

    • parameters:
      • node: (typeof The)
        node to check.
    • summary
      Internal function to determine if a node is 'empty'
      Eg, contains only blank text.  Used to determine if
      an empty list element should be removed or not.
    • tags:
    • type
      Function
  • dojox.editor.plugins.Blockquote._isInlineFormat

    • parameters:
      • tag: (typeof The)
        tag to examine
    • summary
      Function to determine if the current tag is an inline
      element that does formatting, as we don't want to
      break/indent around it, as it can screw up text.
    • tags:
    • type
      Function
  • dojox.editor.plugins

    • type
      Object
  • dojox.editor

    • type
      Object
  • dojox

    • type
      Object