When i use "CKEDITOR.inline(myId)" its applying the editor instance to the object but its not apply the toolbar to it if i do not focus the object.
In my case, I do not like to focus the object on start-up because its scroll the page to the start/end (IE browser focus to the end of the page).
Are there is a way to apply and show the toolbar to a object without focusing it?
Note: "startupFocus" property is not good for me because I do not like to focus the object, I just like the toolbar up to it without focusing the object.