3

I'm thinking of switching from NicEdit to TinyMCE, because the latter has ongoing support and development and appears to have more customizable options.

I was trying it out TinyMCE here: http://fiddle.tinymce.com/haaaab

Is it possible to have divs being dynamically created which are assigned to one TinyMCE toolbar that can be used for all of them? I've been looking through the documentation but it isn't clear. The effect I'm looking for is this one: http://nicedit.com/demos.php?demo=4

As you can see, different inline elements can be controlled by one NicEdit toolbar. I've already got a nice page going where divs are dynamically added and deleted and smoothly assigned to NicEdit when they are created. Can TinyMCE support this as well?

user961627
  • 12,379
  • 42
  • 136
  • 210
  • 2
    I just found out this thread is similar to my question: [http://stackoverflow.com/questions/2959272/multiple-tinymce-editors-but-only-one-toolbar?rq=1][1] [1]: http://stackoverflow.com/questions/2959272/multiple-tinymce-editors-but-only-one-toolbar?rq=1 – user961627 Sep 02 '12 at 07:48

1 Answers1

0

yes you can do that by using ur own custom format.

check out this fiddle

http://fiddle.tinymce.com/Cbcaab

EDIT Updated FIDDLE

http://fiddle.tinymce.com/Cbcaab/1

Ashirvad
  • 2,367
  • 1
  • 16
  • 20
  • Thanks, I checked out your demo! but my emphasis is not only on inline editable elements, but on different elements being editable by the same tinyMCE toolbar. In your example, you have ONE textarea (name=content) being edited by TinyMCE. Can we have two different textareas edited by the same TinyMCE instance? – user961627 Sep 02 '12 at 07:04
  • 1
    Errors in the fiddle "GET http://fiddle.tinymce.com/tinymce/4.2.5/themes/advanced/theme.js " - 404 – naXa stands with Ukraine Jun 14 '16 at 07:56