uniqueId(); 46 47 // Create editor instance and render it 48 ed = new tinymce.Editor(id, settings); 49 editors.push(ed); 50 51 ed.onInit.add(function() { 52 ...
確定! 回上一頁