O
O
ofeceoei-yya2017-12-27 20:20:51
JavaScript
ofeceoei-yya, 2017-12-27 20:20:51

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

1 answer(s)
A
Anton Shamanov, 2017-12-30
@SilenceOfWinter

Is this plugin enabled by default?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question