Hi,
I can't seem to get my inline editor working unless place the contenteditable="true". If i try doing it by adding an instance it won't work.
CKEDITOR.disableAutoInline = true;
var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
I've tried this and it doesn't do anything. I'm trying to get the config changed so i can remove certain bits and add stuff to the toolbar. I can't figure out how.
Thanks,
Steve