直接上代码
var editor = CKEDITOR.replace('ckeditor', { height: 300 });
editor.on("instanceReady", function (evt) {
editor.addCommand("save", { modes: { wysiwyg: 1, source: 1 }, exec: function (editor) {
}
});
});
直接上代码
var editor = CKEDITOR.replace('ckeditor', { height: 300 });
editor.on("instanceReady", function (evt) {
editor.addCommand("save", { modes: { wysiwyg: 1, source: 1 }, exec: function (editor) {
}
});
});