hi i am having this problem, here is my code that works with jquery adapter
but it shows error "editor.setReadOnly is not a function".
thanks in advance
$('.content').ckeditor();
var editor = $('.content').ckeditorGet();
editor.setReadOnly(true);
but it shows error "editor.setReadOnly is not a function".
thanks in advance
