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
, jchappelle wrote: The original issue is pretty old but tinymce in a modal window worked in 1.5 and it is not working in 6.13.0. I guess I'm going to have to redesign my pages to not use the tinymce in a modal window. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ti

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

2014-02-07 Thread jchappelle
The original issue is pretty old but tinymce in a modal window worked in 1.5 and it is not working in 6.13.0. I guess I'm going to have to redesign my pages to not use the tinymce in a modal window. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea

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

SV: TinyMCE + TextArea + Jackrabbit

2010-05-04 Thread Wilhelmsen Tor Iver
> Using wicketstuff tinymce 1.4.1 attached to a TextArea, it seems I > cannot get it to stop escaping the resulting HTML: > > TextArea textArea = new > TextArea("threadSubjectTextInput", new Model("")); > textArea.setEscapeModelStrings(false); > TinyMCESettings

TinyMCE + TextArea + Jackrabbit

2010-05-04 Thread Wilhelmsen Tor Iver
Using wicketstuff tinymce 1.4.1 attached to a TextArea, it seems I cannot get it to stop escaping the resulting HTML: TextArea textArea = new TextArea("threadSubjectTextInput", new Model("")); textArea.setEscapeModelStrings(false); TinyMCESettings settings = n

Re: making tinyMce TextArea readonly

2010-01-12 Thread fachhoch
; > cheers, > Steve > > > On 13/01/2010, at 9:43 AM, fachhoch wrote: > >> >> I did as you said , recreated , the jar using latest js files . Please >> tell me what setting I should add to add spell checker and to make copy >> from &

Re: making tinyMce TextArea readonly

2010-01-12 Thread Steve Swinsburg
ing latest js files . Please > tell me what setting I should add to add spell checker and to make copy from > word and paste to tinymce ? > > Linkan wrote: >> >> You have to download the source and repack it with new javascripts to >> make it work. >>

Re: making tinyMce TextArea readonly

2010-01-12 Thread fachhoch
k. > http://old.nabble.com/making-tinymce-textarea-read-only-td23160313.html#a23170821 > > //Swanthe > > tubin gen wrote: >> I ma trying to make TextArea with TinyMce behaviour readonly , I added >> the following custom settings but it did not work >> tinyMCE

Re: making tinyMce TextArea readonly

2009-12-03 Thread Swanthe Lindgren
You have to download the source and repack it with new javascripts to make it work. http://old.nabble.com/making-tinymce-textarea-read-only-td23160313.html#a23170821 //Swanthe tubin gen wrote: I ma trying to make TextArea with TinyMce behaviour readonly , I added the following custom

RE: making tinyMce TextArea readonly

2009-12-02 Thread Alex Rass
e who knows how to wants to help? -Original Message- From: tubin gen [mailto:fachh...@gmail.com] Sent: Wednesday, December 02, 2009 11:34 AM To: users Subject: making tinyMce TextArea readonly I ma trying to make TextArea with TinyMce behaviour readonly , I added the following custom

making tinyMce TextArea readonly

2009-12-02 Thread tubin gen
I ma trying to make TextArea with TinyMce behaviour readonly , I added the following custom settings but it did not work tinyMCESettings.addCustomSetting("readonly : true"); tinyMCESettings.addCustomSetting("mode : textareas"); please suggest me how to make it readonly ?

tinymce textarea hidden in form

2009-11-02 Thread tubin gen
My form has tinymce text area so I added TinyMceAjaxButton , now due to new requirements sometimes I have to hide tinymce textarea , anytime I hide tinymce text area the TinyMceAjaxButton submit button does not work , Is there a way I can use the TinyMceAjaxButton without tinynmce

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

2009-07-04 Thread Cristi Manole
r anybody else? > > Thanks > > > On Sat, Apr 25, 2009 at 6:23 AM, balingen tame > 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 i

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

2009-07-03 Thread Cristi Manole
ingen tame 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 hel

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

Re: tinymce textarea

2009-04-22 Thread Swanthe Lindgren
I suggest that you display the text in a read only tinymce text area. TinyMCESettings mceSettings = new TinyMCESettings(Theme.advanced); mceSettings.addCustomSetting("readonly:true"); This only works if you update the tinymce javascripts as in http://www.nabble.com/Re%3A-maki

Re: tinymce textarea

2009-04-22 Thread fachhoch
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >>>> For additional commands, e-mail: users-h...@wicket.apache.org >>>> >>>> >>>> >>>> >>> >>> -------

Re: making tinymce textarea read only

2009-04-22 Thread Swanthe Lindgren
I solved the problem by downloading the tinymce source from the svn repository together with the javascript lib from tinymce.moxiecode.com and repacking it. The latest version of the scripts handles the readonly option correct. //Swanthe tubin gen wrote: I am trying to make teaxarea with

Re: tinymce textarea

2009-04-21 Thread Swanthe Lindgren
What you get out and put in tinymce is html, so why not continue with pre tags? Or perhaps put it in a div tag with some style, like "border-left: 2px solid blue; padding-left: 5px;". //Swanthe fachhoch wrote: It worked , that's good, need one more suggestion , Usually without tinymce we show

Re: making tinymce textarea read only

2009-04-21 Thread fachhoch
e: > > I am trying to make teaxarea with a tinymce behavior readonly below > is > the code for that , but this is not working , please help me make this > readonly. > > > tinyMCESettings.addCustomSetting("readonly : true"); > > -- View this messag

making tinymce textarea read only

2009-04-21 Thread tubin gen
I am trying to make teaxarea with a tinymce behavior readonly below is the code for that , but this is not working , please help me make this readonly. tinyMCESettings.addCustomSetting("readonly : true");

Re: tinymce textarea

2009-04-21 Thread fachhoch
- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> >> > > > > ----- > To unsubscribe,

Re: tinymce textarea

2009-04-20 Thread Swanthe Lindgren
Try add TinyMceAjaxSubmitModifier to your submit button //Swanthe tubin gen wrote: I am trying to make my text editor (text area ) to rich text eitors using timymce.First I tried wicket timymce behaviour , the problem is the tinymce java scriopt is repalce my textarea html with an iframe

Re: tinymce textarea

2009-04-20 Thread fachhoch
style="display: none;"/> >> >> and code generated by tinymce is lot, but the problem is it uses >> iframe and because of which the textarea value is not posted to my >> form , please help me integrating tinymce >> >> -------

Re: tinymce textarea

2009-04-20 Thread jcgarciam
nymce >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > -- View this message in context:

Re: tinymce textarea

2009-04-20 Thread Jeremy Thomerson
I think TinyMCE always uses an iframe - because it loads an editable document in it. I don't think that's your problem. Show us all of the relevant code (your java and html code). -- Jeremy Thomerson http://www.wickettraining.com On Mon, Apr 20, 2009 at 9:50 AM, tubin gen wrote: > I am tryi

tinymce textarea

2009-04-20 Thread tubin gen
I am trying to make my text editor (text area ) to rich text eitors using timymce.First I tried wicket timymce behaviour , the problem is the tinymce java scriopt is repalce my textarea html with an iframe this is my html , but the style="display: none;" is added by tinymce and code gene