Hello,
I need to display the rich text editor in read only mode, I need to keep the text formatting as it is (that's way I use the rich text control, I tried with Display only, textarea, but I loose the formatting.).
I saw on the site of CKEditor that exists a setReadOnly() method, but I don't know how to implement it in the Apex page.
Can someone point me in the right direction ?
I'm on APEX 5.0.2.
Thank you.