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