#9760 closed defect (fixed)
dojox.editor.plugins.UploadImage icon broken
Reported by: | tdnnash25 | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dojox | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
if you require dojox.editor.plugins.UploadImage? and then :
<div dojoType="dijit.Editor" id="editor2"
extraPlugins="['foreColor','hiliteColor',{name:'dijit._editor.plugins.FontChoice', command:'fontName', generic:true},{name:'dojox.editor.plugins.UploadImage', command: 'uploadImage'}]"
onChange="console.log('editor2 onChange handler: ' + arguments[0])">
</div>
the upload image shows up, but it is text, not a "button"/"gif"
Change History (4)
comment:1 Changed 13 years ago by
Owner: | changed from Adam Peller to Mike Wilcox |
---|
comment:2 Changed 13 years ago by
Milestone: | tbd → future |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 13 years ago by
Milestone: | future → 1.4 |
---|
Note: See
TracTickets for help on using
tickets.
(In [20625]) Fixes #9760 - Fixed editor ImageUploader? to work with new FileUploader? code.