本文介绍了OfficeJs unload-beforeunload事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我正在使用officejs api为powerpoint开发办公室应用程序。


我想知道怎么能(从html / js的角度来看)检测结束事件。


当用户删除可嵌入对象时,我希望以某种方式通知我的代码。



我试过这个 


window.onbeforeunload = function (){

解决方案

Hi guys,

I'm developing an office app for powerpoint with officejs api.

I was wondering how can (from html/js point of view) the closing event be detected.

When user deletes the embeddable object i want my code to be notified somehow.

I tried this 

window.onbeforeunload = function () {

解决方案


这篇关于OfficeJs unload-beforeunload事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-23 18:08