« Return to Thread: tinymce textarea in a modal window not letting to type

Re: tinymce textarea in a modal window not letting to type

by Cristi Manole :: Rate this Message:

Reply to Author | View in Thread

Fixed

Just add the tinyMCE again after the modal is displayed

target.appendJavascript("tinyMCE.execCommand('mceRemoveControl',false,'" +
...

target.appendJavascript("tinyMCE.execCommand('mceAddControl',false,'" + ...


On Sat, Jul 4, 2009 at 4:01 AM, Cristi Manole <cristimanole@...>wrote:

> Hey,
>
> Did you manage to solve this? I'm facing the same problem - tinymce added
> to a modal (based on panel) works the first time, second time it is
> displayed nicely but cannot do anything with it (cannot focus so cannot
> type).
>
> Or anybody else?
>
> Thanks
>
>
> On Sat, Apr 25, 2009 at 6:23 AM, balingen tame <euuesundtrinken@...>wrote:
>
>> I  am using tinymce text area in several pages, today I added this to a
>> wicket modal window, the   tinymce textarea shows up fine but when I type
>> nothing goes into it , its not disabled  , I can click on the editor
>> buttons, it does not take the mouse , please help me resolve this
>>
>
>
>
> --
> Cristi Manole
>
> Nova Creator Software
> www.novacreator.com
>



--
Cristi Manole

Nova Creator Software
www.novacreator.com

 « Return to Thread: tinymce textarea in a modal window not letting to type