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 8938365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T10:36:30+00:00 2026-06-15T10:36:30+00:00

I am using TinyMCE inside of a jQuery dialog box. To get the editor

  • 0

I am using TinyMCE inside of a jQuery dialog box. To get the editor to work, I had to set the mode from “textareas” to “none”. However doing that, makes the toolbar disappear.

This shows the toolbar, but the actual editing window does not works:

    tinyMCE.init({
    theme: "advanced",
    mode: "textareas",
    theme_advanced_toolbar_location: "top"
});

This causes the editing window to work, but the toolbar is missing:

    tinyMCE.init({
    theme: "advanced",
    mode: "none",
    theme_advanced_toolbar_location: "top"
});

Is there a way to get the toolbar back while having mode: “none”?

Thanks

  • 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-15T10:36:31+00:00Added an answer on June 15, 2026 at 10:36 am

    You should use the second approach. The editor is not working there, but the textarea is.
    What ouy still need to do is to init the editor using the mceAddControl action. Here is the code and a link to a working tinymce fiddle:

    <script type="text/javascript">
        tinyMCE.init({
        theme: "advanced",
        mode: "none",
        theme_advanced_toolbar_location: "top"
    });
    tinymce.execCommand('mceAddControl',false,'textarea_id' );
    </script>
    
    <form method="post" action="dump.php">
        <textarea id="textarea_id" name="content"></textarea>
    </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three textareas using tinymce as text area. They all work in chrome
I am using TinyMCE editor. I want to clear the content inside the editor
I am using [tinyMCE][1] and [tinybox2][2] i can get both to work independently but
I'm using TinyMCE editor version 3.5 with jQuery. I'm having problem when I'm trying
I an using Tinymce Editor. In need to access tinymce iframe with jquery I
Hi i'm using tinymce in a jquery ui dialog. But is only readable why?
Im using TinyMCE here is my code :- tinyMCE.init({ // General options mode :
I'm using TinyMCE as the editor for creating an HTML form for people to
I am using TinyMCE Editor Extender and trying to show the text on clicking
I'm currently using TinyMCE as html editor for users of my CMS. Somehow the

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.