Hi,
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 startup 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?
Check this post. It might
Check this post. It might help.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Sorry but it is not helping
In the post that you sent to me they suggest tree solutions but not to my problem:
show it not hide it.
The only thing that i need is to show the toolbar on a object without focusing it.
Help please?
Then you should have a look
Then you should have a look at our API to see what you can do.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
I send a feature for this issue
Thanks for helping.
I do not found any solution to this issue (without changeing the plug-in functionility) so i send a feature of this
to CKEditor team and i hope that they will add it.
call myId.focus()
CKEDITOR.inline(myId);
call myId.focus() whenever you want show the toolbars.