|
@@ -2674,7 +2674,7 @@ U.MD.D.I.openInApplication = function(str, data, screenType, tType) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"协同建构",
|
|
|
$$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cscl.cocorobo.cn?cid="+ data.cid + "&gid=" + data.gid }), {
|
|
|
- "id": "opencCscl",
|
|
|
+ "id": "futureClass",
|
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
|
"onresize": function() {}
|
|
|
}, {
|
|
@@ -4279,7 +4279,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"协同建构",
|
|
|
$$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/synergyCourse?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {//https://cscl.cocorobo.cn
|
|
|
- "id": "futureClass",
|
|
|
+ "id": "synergyCourse",
|
|
|
"style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
|
|
|
"onresize": function() {}
|
|
|
}, {
|