显示窗口

showWindow(框架化变换)

显示插件模式窗口

参数:

名称 类型 描述性
框架Id 字符串

框架标识

变异性 变异性

插件变换

返回时间 :

方法不返回数据

实例

拷贝代码
let variation = {     url : location.href.replace(file, 'modal.html'),     description : window.Asc.plugin.tr('Warning'),     isVisual : true,     isModal : true,     EditorsSupport : ['word', 'cell', 'slide'],     size : [350, 100],     buttons : [         {             'text': window.Asc.plugin.tr('Yes'),             'primary': true         },         {             'text': window.Asc.plugin.tr('No'),             'primary': false         }     ] }!window.Asc.plugin.executeMethod ("ShowWindow", ["iframe_asc.{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}", variation]);