tinymce.init({ selector: "textarea", setup: function (editor) { editor.on('change', function () { tinymce.triggerSave(); }); } });.
確定! 回上一頁