Click or drag to resize
JsFunction_BeforeDocumentSaved Property

Sets a JavaScript function for BeforeDocumentSaved event.

Syntax

[ JavaScript ]

document.getElementById("AceoffixCtrl1").JsFunction_BeforeDocumentSaved

Remarks

String type.

The property is read/write. The property has no default value.

The remarks of this property are the same as the remarks of the Aceoffix.AceoffixCtrl.JsFunction_BeforeDocumentSaved property at server-side. The difference is that you can call it on client-side.

Only when you call OpenDocument by JavaScript on client-side, you may use this property.

Example
JavaScript
document.getElementById("AceoffixCtrl1").JsFunction_BeforeDocumentSaved = "BeforeDocumentSaved()";
See Also