Hi,
I'm trying to convert the following sample to be read only but with no success.
<!DOCTYPE html> <html> <head> <title></title> <script src="../ckeditor/ckeditor.js"></script> </head> <body> <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10"> Uneditable Text </textarea> </body> </html>
How it can be made?
Thanks,
Eyal.

Have you checked this sample?
Have you checked this sample? Also, from what I understand there's a way to make Widgets read only, so you can define specific parts of the editor to be read only.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!