回调事件:onDownloadAs下载文档
示例:
var editor_SDK= new CXO_API.CXEditor("editor_SDK", { "events": { "onDownloadAs": onDownloadAs, ... }, ... });
onDownloadAs= function (event) { //文档URL console.log(event.data); };