|
|
@@ -5886,7 +5886,7 @@ U.MD.D.I.openInApplication = function (str, data, screenType, tType) {
|
|
|
"onresize": function () { }
|
|
|
}, {
|
|
|
closecallback: function () { }
|
|
|
- }, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ }, { "style": { "height": "36px","isnarrow": false, "isenlarge": false } }).form; //创建窗体
|
|
|
_taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/study.png)" }, "name": "课程中心", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
}
|