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

2014-02-07 Thread Gabriel Landon
rForm) { varTarget.add(varForm); } }.add(new TinyMceAjaxSubmitModifier())); Regards, Gabriel. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4664314.html Sent from

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

2014-02-07 Thread Girts Ziemelis
nymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4664309.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: us

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

2014-02-07 Thread jchappelle
-in-a-modal-window-not-letting-to-type-tp1886534p4664309.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: us

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

2014-02-06 Thread Andrea Del Bene
ext: > http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4664214.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscr

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

2014-02-05 Thread jchappelle
I am having this same issue in wicket 6.13.0. Any fixes as of yet? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4664214.html Sent from the Users forum mailing list archive at Nabble.com

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

2014-01-23 Thread fachhoch
http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4663912.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-un

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

2014-01-22 Thread fachhoch
here is my code trying with tinymce and modalwindow wicket and tinymce 6.12.0 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4663886.html Sent from the Users forum mailing list archive at

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

2014-01-22 Thread fachhoch
appended to target for tinymce to work this script is not complete. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4663884.html Sent from the Users forum mailing list archive at Nabble.com

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

2009-07-04 Thread Cristi Manole
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 wrote: > Hey, > > Did you mana

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

2009-07-03 Thread Cristi Manole
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 tam

tinymce textarea in a modal window not letting to type

2009-04-24 Thread balingen tame
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