Re: Toggle TinyMCE in admin

2010-02-22 Thread When ideas fail
Would that just do one field rather than all the text areas? On 22 Feb, 16:41, orokusaki wrote: > I think you can do this by adding the exact HTML that you need into > the label field for a form (I can't remember if you have to explicitly > turn off HTML filtering

Re: Toggle TinyMCE in admin

2010-02-22 Thread orokusaki
I think you can do this by adding the exact HTML that you need into the label field for a form (I can't remember if you have to explicitly turn off HTML filtering though, check the docs to be sure). I would just put Toggle The id_tag_of_field is of course available dynamically. -- You received

Re: Toggle TinyMCE in admin

2010-02-22 Thread When ideas fail
Oh I should mention I have already added the javascript function to the page by including the JS file. So I really only need to include the link next to textareas. On 22 Feb, 16:34, When ideas fail wrote: > Hello, I've been using TinyMCE for a WYSIWYG editor on my

Toggle TinyMCE in admin

2010-02-22 Thread When ideas fail
Hello, I've been using TinyMCE for a WYSIWYG editor on my admin text areas. However I would like to be able to toggle it on and off like this: http://tinymce.moxiecode.com/examples/example_01.php But I wasn't sure of the best way to do this. Does anyone have any suggestions? Andrew -- You