Opened 12 years ago
Last modified 12 years ago
#10041 confirmed New Feature
CKEditor 4 Inline Editing - Show the toolbar on a instance without focusing it
Reported by: | Roy Shoa | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | Cc: |
Description
Hi, When i use "CKEDITOR.inline(myId)" its applying the editor instance to the object but its applying toolbar to it if i do not focus the object.
In my case, I do not like to focus the object on startup because its scroll the page to the start/end (IE browser focus to the end of the page).
It will be very good if i will be able to show the toolbar on a instance without focusing it manually.
I also ask in some forums and there is no solutions: http://ckeditor.com/forums/CKEditor/CKEditor-Inline-Editing-doesnt-show-the-toolbar-on-start http://stackoverflow.com/questions/14724279/ckeditor-4-inline-how-to-show-the-toolbar-on-a-object-without-focusing-it
Change History (3)
comment:2 Changed 12 years ago by
Little update: You can also use divarea plugin. It allows inline editing with toolbar but it does not however allow to use editor on 'every' element like in case of inline editing.
comment:3 Changed 12 years ago by
Keywords: | CKeditor 4 Toolbar removed |
---|---|
Status: | new → confirmed |
Version: | 4.0.1 → 4.0 Beta |
At the moment the only option is this:
I assume that you want to have inline editor with toolbar ‘pinned’ to page.