Re: making tinyMce TextArea readonly

2010-01-12 Thread fachhoch
-- View this message in context: http://old.nabble.com/making-tinyMce-TextArea-readonly-tp26611935p27136175.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: making tinyMce TextArea readonly

2010-01-12 Thread Steve Swinsburg
/making-tinyMce-TextArea-readonly-tp26611935p27136175.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users

Re: making tinyMce TextArea readonly

2010-01-12 Thread fachhoch
-- View this message in context: http://old.nabble.com/making-tinyMce-TextArea-readonly-tp26611935p27138236.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

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

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 ?

RE: making tinyMce TextArea readonly

2009-12-02 Thread Alex Rass
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 settings