change toolbar on tinymce
change toolbar on tinymce
in Plug-ins
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
This discussion has been closed.
Answers
Never mind! I figured it out by looking here: https://editor.datatables.net/plug-ins/field-type/editor.tinymce