Page 1 of 1
Is it possible to restrict use of WYSIWYG editors to content managers?
Posted: Sat Apr 14, 2007 4:49 pm
by pwarwick
I have installed a couple of WYSIWYG editors but I am a bit confused. If I put the javascript into the HTML it is available to all viewers ... I want to give the content managers the ability to add/change text on a page without having to know HTML.

Is this possible? If so can someone point me to any information on how to do this?
Thanks
Re: Is it possible to restrict use of WYSIWYG editors to content managers?
Posted: Tue Apr 17, 2007 12:22 pm
by Pierre M.
You can separate Javascript from content : put Javascript in a global content block (GCB) or a user defined tag (UDT).
The content managers don't have to know HTML : let them use the wysiwyg editor.
Pierre M.
PS : don't mess with JS, don't rely on it. There are surfers with the noscript FF extension.
Re: Is it possible to restrict use of WYSIWYG editors to content managers?
Posted: Tue Apr 17, 2007 12:41 pm
by pwarwick
My comment about javascript was due to the FCKEditor Demo which includes javascript. I'll do a bit more research.
Thanks