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

  • Home
  • SEARCH
  • 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 7491529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:04:17+00:00 2026-05-29T16:04:17+00:00

Please help me, how to add multiple textarea wit tinymce ..! I wanted to

  • 0

Please help me, how to add multiple textarea wit tinymce ..!
I wanted to like this result:

examples of my scripts is here:
http://tuto-rial.com/index2.txt

enter image description here

  • 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-05-29T16:04:18+00:00Added an answer on May 29, 2026 at 4:04 pm

    For this you will need to use two separate tinymce init functions.
    I guess you have two textareas at your page at the beginning.
    The first one gets activated on page load using an init like this:

    $(document).ready(function() {
        tinyMCE.init({
            // General options
            mode:      "exact",
            elements : "id_of_first_textarea",
            ...
        });
    });
    

    On “Add new”-buttonclick you do the following:

    tinyMCE.init({
        // General options
        mode:      "exact",
        elements : "id_of_second_textarea",
        // deactivates the editor body
        setup : function(ed) {
            ed.onInit.add(function(ed, evt) {
                // you may also add a click handler here to disable the focus of the editor body
                $(ed.getBody()).attr('contenteditable', false);
            }); 
        },
        ...
    });
    

    The “Get Content” buttonaction does the following:

    var content = tinymce.get('textarea_id_of_the_desired_editor').getContent();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone please help me to add video controls (play, pause, forward, seekbar) to
Can we add image together with text in a picker view? Anyone please help!
Please help, I am stuck here --- irb> a = line of text\n line
Please help me convert this line to C#. objManagementBaseObject.SetPropertyValue(hDefKey, CType(&H & Hex(RegistryHive.LocalMachine), Long)) Related
I have multiple XML files in a folder,so I written script like this to
Please, can anyone help me out on this : the piece of code below
this is my method def add @result @log = Log.new(params[:log]) if @log.save result =
Please help start in the right way . I want to add 'if user
I want add multiple images in my own project like 7 images but in
Still having trouble can you please help? This needs to be written in Visual

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.