|
|
@@ -6338,6 +6338,22 @@ U.MD.D.I.openInApplication = function (str, data, screenType, tType) {
|
|
|
isnarrow: false
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
break;
|
|
|
+ case "studyDetailNo":
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
+ "课程详情",
|
|
|
+ $$("iframe", { "allow": "camera *; microphone *; display-capture; midi; encrypted-media; fullscreen; geolocation; clipboard-read; clipboard-write; accelerometer; autoplay; gyroscope; payment; picture-in-picture; usb; xr-spatial-tracking;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-student-table/dist/#/courseDetail?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&courseId=" + data + "&tType=" + tType + "&cid=" + _classId + "&screenType=" + screenType+ "&noLogin=2" }), {
|
|
|
+ "id": "studyDetail",
|
|
|
+ "style": { "width": "100%", "height": "100%", "overflow": 'hidden' , "display":"none"},
|
|
|
+ "onresize": function () { }
|
|
|
+ }, {
|
|
|
+ closecallback: function () { },
|
|
|
+ isdrag: false,
|
|
|
+ isstretching: false,
|
|
|
+ isenlarge: false,
|
|
|
+ isnarrow: false
|
|
|
+ }, { "style": { "height": "36px" } }).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;
|
|
|
}
|
|
|
}
|
|
|
U.MD.D.I.openApplication = function (str, obj, info) {
|