我正在尝试显示一条自定义消息,但window.alert()在OfficeJS中受到限制。Office.initialize = function (reason) { app.showNotification("Title For the Notification", "test"); });
"app是未定义
我正在尝试使用jQuery UI对话框来提供一个小型弹出窗口,其中显示了有关客户的一些信息并显示了一个表单。一切都很好,除了它只在第一次点击时起作用。Error: cannot call methods on dialog prior to initialization; attempted to call method 'option'Uncaught T