JsFunction_BeforeDocumentSaved
JsFunction_BeforeDocumentSaved 事件,在文档保存之前执行指定的JavaScript函数。
语法:
document.getElementById("PageOfficeCtrl1").JsFunction_BeforeDocumentSaved = "Js函数名";
[!note] 该事件的使用方法请参考事件 JsFunction_AfterDocumentOpened 的使用示例。
JsFunction_BeforeDocumentSaved 事件,在文档保存之前执行指定的JavaScript函数。
document.getElementById("PageOfficeCtrl1").JsFunction_BeforeDocumentSaved = "Js函数名";
[!note] 该事件的使用方法请参考事件 JsFunction_AfterDocumentOpened 的使用示例。