tinyMCE.init({ ... setup : function(ed) { ed.onEvent.add(function(ed, e) { console.debug('Editor event occured: ' + e.target.nodeName); });
確定! 回上一頁