Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9242965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:42:07+00:00 2026-06-18T08:42:07+00:00

When i use CKEDITOR.inline(myId) its applying the editor instance to the object but its

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T08:42:08+00:00Added an answer on June 18, 2026 at 8:42 am

    At the moment, there’s no such possibility without focusing the editor like this:

    CKEDITOR.instances.yourEditorInstance.focus();
    

    You can take a look into floatingspace plugin which is responsible for toolbars of inline editors. You can try (pure guessing) something like this:

    var instance = CKEDITOR.instances.editable;
    var toolbar = CKEDITOR.document.getById( instance.ui.spaceId( 'top' ) );
    toolbar.show();
    

    …however it won’t show the toolbar until you call layout() which is a private function at the moment an needs to be (somehow) exposed. This might be a little bit tricky and may lead to some conflicts and troubles since editor has never been designed to work like this and, trust me, you don’t want to fight with it.

    Good luck, anyway! 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have installed the latest ckeditor with jquery adapter, but I cannot use its
I'm trying to use CKeditor as part of a CMS but I'm not that
I want to use ckeditor plugin, and pagination in my application; but there is
I use ckeditor in admin panel but in user submit form use simple textbox
With CKEDITOR, when I use JS to get the contents of the Text Editor,
I created a blog (for coding practice). I use a Rich Text Editor (ckeditor)
I want to use inline edit of the new CKEditor 4 ( http://docs.ckeditor.com/#!/guide/dev_inline-section-2 ),
I'm trying to use CKEditor with Cakephp. All works fine but I'm having problems
I try to use the ckeditor but if I put e.g. the colorbutton plugin,
Im new at Asp.Net MVC3, and i was trying to use CKEditor. But can't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.