html - TinyMCE forecolorpicker backcolorpicker addon to the bar -
as can see in: tinymce theres "forecolorpicker backcolorpicker" when add them following code nothing , cant find plugin add:
tinymce.init({ selector: ".editabletext", inline: true, menubar: false, toolbar_items_size: 'small', plugins: [ "advlist autolink lists link directionality textcolor visualblocks paste", " ", "" ], toolbar: "forecolorpicker backcolorpicker" });
you need use this
toolbar: "forecolor backcolor"
otherwise tinymce won't able add buttons.
Comments
Post a Comment