brianpck
0
Q:

tinymce event on change

tinymce.init({
  selector: 'textarea',
  setup: function(editor) {
    editor.on('init', function(e) {
      console.log('The Editor has initialized.');
    });
  }
});
COPY CODE
0

New to Communities?

Join the community