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

  • Provides:

    • dojox.editor.plugins._SmileyPalette
  • Requires:

    • dijit._Widget in common
    • dojo.i18n in common
  • dojox.editor.plugins._SmileyPalette

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._PaletteMixin.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
      • dijit._PaletteMixin: (call)
    • summary
      A keyboard accessible emoticon-picking widget (for inserting smiley characters)
    • description
      Grid showing various emoticons.
      Can be used standalone, or as a popup.
    • example
      	<div dojoType="dojox.editor.plugins._SmileyPalette"></div>
    • example
      	var picker = new dojox.editor.plugins._SmileyPalette({ },srcNode);
      	picker.startup();
  • dojox.editor.plugins._SmileyPalette.templateString

    • type
      String
  • dojox.editor.plugins._SmileyPalette.baseClass

    • type
      String
  • dojox.editor.plugins._SmileyPalette._palette

    • type
      Array
  • dojox.editor.plugins._SmileyPalette.dyeClass

    • type
      String
  • dojox.editor.plugins._SmileyPalette.buildRendering

    • type
      Function
  • dojox.editor.plugins.Emoticon

    • type
      Function
    • parameters:
      • id: (typeof String)
    • summary
      JS Object representing an emoticon
  • dojox.editor.plugins.Emoticon.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • id: (typeof String)
    • summary
      Create emoticon object from an id (like &quot;smile&quot;)
      value: String
      alias name 'smile', 'cool' ..
  • dojox.editor.plugins.Emoticon.getValue

    • summary
      Returns a emoticon string in ascii representation, ex: :-)
    • type
      Function
  • dojox.editor.plugins.Emoticon.imgHtml

    • parameters:
      • clazz: (typeof String)
    • summary
      Return the HTML string for an &lt;img&gt; node that shows this smiley
    • type
      Function
  • dojox.editor.plugins.Emoticon.fillCell

    • parameters:
      • cell: (typeof DOMNode)
      • blankGif: (typeof String)
    • type
      Function
  • dojox.editor.plugins.Emoticon.id

  • dojox.editor.plugins.Emoticon.ascii

    • alias - dojox.editor.plugins.Emoticon.ascii
    • type
      Object
  • dojox.editor.plugins.Emoticon.ascii.smile

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.laughing

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.wink

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.grin

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.cool

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.angry

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.half

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.eyebrow

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.frown

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.shy

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.goofy

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.oops

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.tongue

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.idea

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.yes

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.no

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.angel

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.crying

    • type
      String
  • dojox.editor.plugins.Emoticon.ascii.happy

    • type
      String
  • dojox.editor.plugins.Emoticon.fromAscii

    • parameters:
      • str: (typeof String)
    • summary
      Factory to create Emoticon object based on string like &quot;:-)&quot; rather than id like &quot;smile&quot;
    • type
      Function
  • dojox.editor.plugins

    • type
      Object
  • dojox.editor

    • type
      Object
  • dojox

    • type
      Object