Version 3 // v3.x tinymce.init({ setup : function(ed) { ed.onInit.add(function(ed) { console.debug('Editor is done: ' + ed.id); }); } });.
確定! 回上一頁