Re: making tinyMce TextArea readonly

2010-01-12 Thread fachhoch
/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 >>>> tinyMCESettings.addCustomSetting("readonly : true"); >&g

Re: making tinyMce TextArea readonly

2010-01-12 Thread Steve Swinsburg
---- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> >> > > -- > View this message in context: > http://old

Re: making tinyMce TextArea readonly

2010-01-12 Thread fachhoch
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > > -- View this message in context: http://old.nabble.com/making-tinyMce-TextArea-readonly-tp26611935p27136175.html Sent from the Wicket - User mailin

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 settings

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 ?