I have ckeditor 4.0.1 running in localhost.
Is it correct that in next release (4.1 due soon?) a target div can be set to hold inline toolbar instead of a floating toolbar placed above the inline element?
http://dev.ckeditor.com/ticket/9387
i.e. in effect offering a combination of sharedSpaces and inline editing?
Also with inline editing can custom buttons be placed in toolbar to
- close inline editor instance
- save content (via php post)
I'm reading this example.
http://gazpo.com/2011/09/contenteditable/
Thanks