Opened 11 years ago

Last modified 11 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:1 Changed 11 years ago by Jakub Ś

At the moment the only option is this:

var editor = CKEDITOR.inline( 'editable', {
	startupFocus : true
});

I assume that you want to have inline editor with toolbar ‘pinned’ to page.

Last edited 11 years ago by Jakub Ś (previous) (diff)

comment:2 Changed 11 years ago by Jakub Ś

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 11 years ago by Jakub Ś

Keywords: CKeditor 4 Toolbar removed
Status: newconfirmed
Version: 4.0.14.0 Beta
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy