#11283 closed enhancement (fixed)
EnhancedImageLinkDialog plugin for Editor
Reported by: | Gu Yi, He | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Editor | Version: | 1.5.0rc1 |
Keywords: | ibm editor insert local image | Cc: | [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
This ticket will contain the forthcoming new plugin for Editor targeting 1.6. This plugin enhances the classic dijit._editor.plugins.ImgLinkDialog? so that the user can
- Insert an online image
- Insert a local image on his computer into the document with one click
- Edit the image when it is selected
Attachments (3)
Change History (13)
Changed 11 years ago by
Attachment: | EnhancedImageLinkDialog.patch added |
---|
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
I suggest dropping 'Enhanced' from the name and instead modifying the existing plugin, with enhancements made in separate plugins extending from the base plugin. Online and local should be separate or mixed functions, if possible, loosely coupled to avoid dependencies on dojox.form for online use.
Changed 11 years ago by
Attachment: | LocalImagePlugin.patch added |
---|
updated patch from Eldon (IBM, CCLA) Rename plugin + code reductions
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [22854]) Adding in CCLA LocalImage? plugin. fixes #11283
comment:7 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Hi Jared,
Just found that the following two files are missing from the patch:
- dojox/editor/plugins/resources/css/LocalImage.css
- dojox/editor/plugins/tests/editorLocalImage.html
Would you please have a look? Thanks.
comment:8 Changed 10 years ago by
I means the two files do not exist in the trunk but the patch file contains the two.
comment:9 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
patch from heguyi (IBM, CCLA)