Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I've forked this repository into https://github.com/cirovladimir/gwt-ckeditor
and added this feature
You can see changes to CKConfig class in this commit
https://github.com/cirovladimir/gwt-ckeditor/commit/79a39e68a7baaba970180fc060aa
e3fdec0fd508
And you use it like
CKConfig config = new CKConfig();
config.setReadOnly(true);
CKEditor editor = new CKEditor(config);
Original comment by cirovlad...@gmail.com
on 4 Oct 2013 at 5:58
Original issue reported on code.google.com by
jilali.r...@gmail.com
on 24 Jul 2012 at 7:14