JS Object representing an emoticon
| Parameter | Type | Description |
|---|---|---|
| id | String |
See the dojox/editor/plugins/_SmileyPalette.Emoticon reference documentation for more information.
| Parameter | Type | Description |
|---|---|---|
| cell | DOMNode | |
| blankGif | String |
Factory to create Emoticon object based on string like ":-)" rather than id like "smile"
| Parameter | Type | Description |
|---|---|---|
| str | String |
Returns a emoticon string in ascii representation, ex: :-)
Return the HTML string for an <img> node that shows this smiley
| Parameter | Type | Description |
|---|---|---|
| clazz | String |