change toolbar on tinymce

change toolbar on tinymce

CT General AssemblyCT General Assembly Posts: 17Questions: 2Answers: 1

I'd like to change the toolbar options on the tinymce plugin, but I'm not sure what the selector needs to be for the Editor. This is my code:
editor.on('open', function () {
tinymce.init({
selector: ".DTE_Field DTE_Field_Type_tinymce",
plugins: "spellchecker",
menubar: "tools",
toolbar: "spellchecker"
});
});

It currently has no effect. Any suggestions?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.