Answer the question
In order to leave comments, you need to log in
Why doesn't the TinyMCE method work?
According to the TinyMCE API , I want to get information about the table plugin, but undefined is returned. Why?
// создаем редактор
tinymce.init({
selector: 'textarea'
});
// в консоли - undefined
console.log(tinymce.AddOnManager.get('table'));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question