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

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: making tinymce textarea read only

2009-04-21 Thread fachhoch
below is the code for that , but this is not working , please help me make this readonly. tinyMCESettings.addCustomSetting(readonly : true); -- View this message in context: http://www.nabble.com/making-tinymce-textarea-read-only-tp23160313p23160955.html Sent from the Wicket - User