Hi,
Is there a way to disable a CKEditor (3.0) instance? Also is there a list of available core commands for CKEditor (3.0)?
Thanks!
Is there a way to disable a CKEditor (3.0) instance? Also is there a list of available core commands for CKEditor (3.0)?
Thanks!
Re: CKEditor Disable Input
If there is one, you should be able to find it in the API:
http://docs.fckeditor.net/ckeditor_api/
Re: CKEditor Disable Input
I looked through the api but didn't see any obvious methods. I suspect it's a built in command definition but I don't see a listing of available commands in the API.
Re: CKEditor Disable Input
Creating the editor, loading all the code, etc... takes time, memory... all of which is wasted if they aren't gonna use the editor.
If you just want to show the rendered html use an iframe and your users will be much happier.