|
@@ -84,12 +84,15 @@
|
|
|
0xdbdbdb,
|
|
|
0xdbdbdb,
|
|
|
0x000000)) {
|
|
|
+ // alert("插件皮肤发生错误,请新打开!");
|
|
|
this.msgError("插件皮肤发生错误,请新打开!");
|
|
|
+
|
|
|
// this.msgSuccess(this.webOfficeObj.Status);
|
|
|
} //设置控件皮肤
|
|
|
|
|
|
if (this.webOfficeObj.WebOpen()) {
|
|
|
this.msgSuccess(this.webOfficeObj.Status);
|
|
|
+
|
|
|
}
|
|
|
// if (this.webOfficeObj.WebOpen2(this.webOfficeObj.FileName)) {
|
|
|
// alert(webOfficeObj.Status);
|
|
@@ -107,6 +110,13 @@
|
|
|
console.log(e.description);
|
|
|
}
|
|
|
},
|
|
|
+ closeWindow()
|
|
|
+ {
|
|
|
+ top.window.opener = top; top.window.open('','_self','');
|
|
|
+ top.window.close();
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
|
|
|
//设置页面中的状态值
|
|
|
StatusMsg(mValue) {
|