0 down vote favorite |
I am using CKEditor 4 with knockout. I have created a custom binding handler in order to set it up. All working apartt from disabling rhe editor. In update, I can see the editor is in the list of CKEDITOR instances but the follwoing fails: CKEDITOR.instances[element.id].setReadOnly(true); Looking into it it seems like CKEDITOR.instances[element.id].editable() is undefined. |
Mon, 12/15/2014 - 23:01
#1