dojox/editor/plugins/_SmileyPalette.Emoticon (version 1.10)

Summary

JS Object representing an emoticon

Usage

var foo = new _SmileyPalette.Emoticon(id);
dojox/editor/plugins/_SmileyPalette
Parameter Type Description
id String

See the dojox/editor/plugins/_SmileyPalette.Emoticon reference documentation for more information.

Property Summary

Method Summary

  • fillCell(cell,blankGif)
  • fromAscii(str) Factory to create Emoticon object based on string like ":-)" rather than id like "smile"
  • getValue() Returns a emoticon string in ascii representation, ex: :-)
  • imgHtml(clazz) Return the HTML string for an <img> node that shows this smiley

Properties

Methods

fillCell(cell,blankGif)
Parameter Type Description
cell DOMNode
blankGif String
fromAscii(str)

Factory to create Emoticon object based on string like ":-)" rather than id like "smile"

Parameter Type Description
str String
getValue()

Returns a emoticon string in ascii representation, ex: :-)

Returns:undefined
imgHtml(clazz)

Return the HTML string for an <img> node that shows this smiley

Parameter Type Description
clazz String
Returns:undefined
Error in the documentation? Can’t find what you are looking for? Let us know!