My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Dec 09, 2008
    issue 31 (Can't insert image in gwt-html-editor) reported by joshipriya162   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? I want to insert image in editor.It only takes path of that image and does not display image. What version of the product are you using? On what operating system? I am using gwt1.4.62 Please provide any additional information below. 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).
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? I want to insert image in editor.It only takes path of that image and does not display image. What version of the product are you using? On what operating system? I am using gwt1.4.62 Please provide any additional information below. 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).
  • Oct 06, 2008
    issue 30 (can't inert text ( memory unload )) commented on by pavelgj   -   Hi, TinyMCE wrapper was never finished... there were some issues with layout and listeners. If you'd like to contribute a patch you're more than welcome. Thanks, Pavel
    Hi, TinyMCE wrapper was never finished... there were some issues with layout and listeners. If you'd like to contribute a patch you're more than welcome. Thanks, Pavel
  • Oct 05, 2008
    issue 30 (can't inert text ( memory unload )) reported by aquua77   -   sorry I can't write english well.. I use tiny mce editor. if you can't insert text or not focus you must add below source code. ( source code -> http://code.google.com/p/gwt-html- editor/source/browse/branches/gwt1.4/src/com/gc/gwt/wysiwyg/client/tinymce/ TinyMCE.java?r=90 ) public void unload() { unloadMCE(editorId); } /** * unloadMCE() - * * @param id - The element's ID * JSNI method to implement unloading the MCE editor instance from memory */ protected native void unloadMCE(String id) /*-{ $wnd.tinyMCE.execCommand('mceRemoveControl', false, id); }-*/; how to use. if close tiny mce editor you must call unload method... closeButton.addClickListener(new ClickListener() { public void onClick(Widget sender) { tinyMceditor.unload(); closePopup();... etc. }
    sorry I can't write english well.. I use tiny mce editor. if you can't insert text or not focus you must add below source code. ( source code -> http://code.google.com/p/gwt-html- editor/source/browse/branches/gwt1.4/src/com/gc/gwt/wysiwyg/client/tinymce/ TinyMCE.java?r=90 ) public void unload() { unloadMCE(editorId); } /** * unloadMCE() - * * @param id - The element's ID * JSNI method to implement unloading the MCE editor instance from memory */ protected native void unloadMCE(String id) /*-{ $wnd.tinyMCE.execCommand('mceRemoveControl', false, id); }-*/; how to use. if close tiny mce editor you must call unload method... closeButton.addClickListener(new ClickListener() { public void onClick(Widget sender) { tinyMceditor.unload(); closePopup();... etc. }
 
Hosted by Google Code