javascripttinymcetinymce-4django-tinymce

tincyMCE add multiple buttons


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/


Solution

  • You missed adding the second to toolbar:

    toolbar: "mybutton mysecondbutton",
    

    Toolbar:

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