I would like please to set the CKEditor in readonly mode. I don't know how to do that from my CKEditor instance. I used setDisabled(true) but this is not working. I know by changing the html code and setting contenteditable to false this will work. <html dir="ltr" lang="fr" contenteditable="true"> ... But how to do that from CKEditor? Any help please? Best regards