atulmore777 / gwt-html-editor

Automatically exported from code.google.com/p/gwt-html-editor
0 stars 0 forks source link

Extend Images. #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Inserting an image takes the location of an image and puts it in the SRC
element of the IMG tag.  This works OK, but it is not enough for the novice
user.

What is the expected output? What do you see instead?
A list of images to choose from, possibly showing thumbnail pictures, would
be great.

What version of the product are you using? On what operating system?
GWT Version 1.3 RC 1 on Debian Linux with Apache2.  Firefox, IE7, and Opera
browsers on Linux and Windows XP.

Please provide any additional information below.
At a minimum, a list of images needs to be available when creating the
popup panel for the image button.  How this list is produced, should
probably be left to the developer.  For me, I plan to make an RPC call to
my database server to get the list.

Have you reported/discussed this issue on the support group?
(http://groups.google.com/group/gwt-rich-text-editor)
Please, provide a link to the relevant discussion(s).

Original issue reported on code.google.com by dhho...@gmail.com on 10 Jan 2007 at 3:16

GoogleCodeExporter commented 9 years ago
See http://groups.google.com/group/gwt-rich-text-editor/t/f7af474daa44e2ff

Original comment by dhho...@gmail.com on 31 Jan 2007 at 6:58