WYSIWYG improvement for output documents

This commit is contained in:
Julio Cesar Laura
2013-01-15 16:06:43 -04:00
parent 007c6f26cc
commit aa75b3572c

View File

@@ -141,6 +141,12 @@ class XmlForm_Field_WYSIWYG_EDITOR extends XmlForm_Field
inst.save();
}
return true;
},
handle_event_callback : function(e) {
if(this.isDirty()) {
this.save();
}
return true;
}
});
';