📅  最后修改于: 2022-03-11 15:03:59.393000             🧑  作者: Mango
CKEDITOR.instances['emailBody'].on('blur', function(e) {
if (e.editor.checkDirty()) {
var emailValChanged=true; // The action that you would like to call onChange
}
});