WYSIWYG improvement for output documents
This commit is contained in:
@@ -141,6 +141,12 @@ class XmlForm_Field_WYSIWYG_EDITOR extends XmlForm_Field
|
|||||||
inst.save();
|
inst.save();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
},
|
||||||
|
handle_event_callback : function(e) {
|
||||||
|
if(this.isDirty()) {
|
||||||
|
this.save();
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
';
|
';
|
||||||
|
|||||||
Reference in New Issue
Block a user