views:

193

answers:

1

Hello,

I have the following: POST page that allows users to write text in CKEditor VIEW Page, that views the text in CKEditor

How can I make CKEditor in the view page READ only, meaning the user can not edit the text in the note? The reason I want to use CKEditor in the view page is for 2 reasons: 1. I can use JavaScript to move the editor from disabled to enabled 2. Keep the styles the same from the POST & View page.

Is this possible? Thanks!

B

+1  A: 

Check this CKEditor forum entry where the issue is discussed, and a CKEditor team member provides a workaround.

Pekka