From e5e3793ee4b65498b1332a2749a39bb7ff237496 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 31 Oct 2017 10:39:12 -0700 Subject: [PATCH] Debugging added. --- e107_plugins/tinymce4/plugins/e107/plugin.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/e107_plugins/tinymce4/plugins/e107/plugin.js b/e107_plugins/tinymce4/plugins/e107/plugin.js index 36e560e27..a67a05760 100644 --- a/e107_plugins/tinymce4/plugins/e107/plugin.js +++ b/e107_plugins/tinymce4/plugins/e107/plugin.js @@ -22,6 +22,13 @@ e.content = t['_' + dialect + '_bbcode2html'](e.content, url); }); + ed.on('change', function(e) { + // console.log('the event object ', e); + // console.log(e); + // console.log('the editor object ', ed); + // console.log('the content ', ed.getContent()); + }); + // ed.contentCSS.push(url+'/e107.css');