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

  • Provides:

    • dojox.editor.plugins.InsertEntity
  • Requires:

    • dijit.TooltipDialog in common
    • dijit._editor._Plugin in common
    • dijit.form.Button in common
    • dojox.html.entities in common
    • dojox.editor.plugins.EntityPalette in common
    • dojo.i18n in common
  • dojox.editor.plugins.InsertEntity

    • type
      Function
    • chains:
      • dijit._editor._Plugin: (prototype)
      • dijit._editor._Plugin: (call)
    • summary
      This plugin allows the user to select from standard Symbols (HTML Entities)
      to insert at the current cursor position.  It binds to the key pattern:
      ctrl-shift-s for opening the insert symbol dropdown.
    • description
      The commands provided by this plugin are:
      * insertEntity - inserts the selected HTML entity character
  • dojox.editor.plugins.InsertEntity.iconClassPrefix

    • tags: const
    • type
      String
    • summary
      The CSS class name for the button node is formed from <code>iconClassPrefix</code> and <code>command</code>
  • dojox.editor.plugins.InsertEntity._initButton

    • summary
      Over-ride for creation of the save button.
    • type
      Function
  • dojox.editor.plugins.InsertEntity.dropDown

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

    • type
      Object
  • dojox.editor.plugins.InsertEntity.updateState

    • summary
      Over-ride for button state control for disabled to work.
    • type
      Function
  • dojox.editor.plugins.InsertEntity.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.InsertEntity.editor

  • dojox.editor.plugins.InsertEntity.setEditor.editor

    • type
      Object
    • summary
      The editor to configure for this plugin to use.
  • dojox.editor.plugins.InsertEntity._preFilterEntities

    • parameters:
      • s: (typeof String)
        content passed in
    • summary
      A function to filter out entity characters into their UTF-8 character form
      displayed in the editor.  It gets registered with the preFilters
      of the editor.
    • tags: private.
    • type
      Function
  • dojox.editor.plugins.InsertEntity._postFilterEntities

    • parameters:
      • s: (typeof String)
        content passed in
    • summary
      A function to filter out entity characters into encoded form so they
      are properly displayed in the editor.  It gets registered with the
      postFilters of the editor.
    • tags: private.
    • type
      Function
  • dojox.editor.plugins

    • type
      Object
  • dojox.editor

    • type
      Object
  • dojox

    • type
      Object