Opened 10 years ago
Closed 10 years ago
#11696 closed defect (invalid)
dojox.editor.plugins.Smiley: toolbar icon missing
Reported by: | philip | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Editor | Version: | 1.5 |
Keywords: | dijit.Editor Smiley | Cc: | |
Blocked By: | Blocking: |
Description
The toolbar icon is missing for Smiley. You see a pulldown arrow that allows selection of the emoticon. If you hover over the pulldown the tooltip displays.
Run this example. No smiley icon is displayed on the toolbar:
<html dir="ltr"> <head> <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.5/dijit/themes/tundra/tundra.css"/> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/dojo/1.5/dojo/dojo.xd.js" djConfig="parseOnLoad: true"> </script> <script type="text/javascript"> dojo.require("dijit.Editor"); dojo.require("dojox.editor.plugins.Smiley"); </script> <body class="tundra"> <div dojoType="dijit.Editor" id="editor1" extraplugins="['smiley']"> </div> </body> </html>
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | 11696.html added |
---|
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
try adding the css for the plugin
see attached file for full example