1

I am trying to add multiple buttons in TinyMce Editor. I tried this link TinyMCE adding multiple custom toolbar button and have it in below jsfiddle. This code generates only one button.

jsfiddle.net/LJWcz/

Community
  • 1
  • 1
pili
  • 795
  • 2
  • 10
  • 24

1 Answers1

3

You missed adding the second to toolbar:

toolbar: "mybutton mysecondbutton",

Toolbar:

This controls what buttons you want show up in the toolbar.

iMom0
  • 12,493
  • 3
  • 49
  • 61