|
@@ -2522,7 +2522,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"电子白板",
|
|
|
_box, {
|
|
|
- "id": "whiteboard",
|
|
|
+ "id": "whiteboard" + cid + stage + task + tool,
|
|
|
"style": {
|
|
|
"width": "90%",
|
|
|
"height": "90%",
|
|
@@ -2564,7 +2564,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"思维导图",
|
|
|
_box, { //"/jsmind/example/demo.html"
|
|
|
- "id": "mind",
|
|
|
+ "id": "mind" + cid + stage + task + tool,
|
|
|
"style": {
|
|
|
"width": "90%",
|
|
|
"height": "90%",
|
|
@@ -2606,7 +2606,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"思维导图",
|
|
|
_box, { //"/jsmind/example/demo.html"
|
|
|
- "id": "mind",
|
|
|
+ "id": "mind" + cid + stage + task + tool,
|
|
|
"style": {
|
|
|
"width": "90%",
|
|
|
"height": "90%",
|
|
@@ -2648,7 +2648,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"协同文档",
|
|
|
_box, {
|
|
|
- "id": "doc",
|
|
|
+ "id": "doc" + cid + stage + task + tool,
|
|
|
"style": {
|
|
|
"width": "90%",
|
|
|
"height": "90%",
|
|
@@ -2697,7 +2697,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"思维网格",
|
|
|
_box, {
|
|
|
- "id": "mindNetwork",
|
|
|
+ "id": "mindNetwork" + cid + stage + task + tool,
|
|
|
"style": {
|
|
|
"width": "90%",
|
|
|
"height": "90%",
|
|
@@ -2741,7 +2741,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"课程设计",
|
|
|
_box, {
|
|
|
- "id": "courseDesign",
|
|
|
+ "id": "courseDesign" + cid + stage + task + tool,
|
|
|
"style": {
|
|
|
"width": "90%",
|
|
|
"height": "90%",
|
|
@@ -2882,9 +2882,9 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
|
|
|
|
//U.MD.D.I.openClick(str);
|
|
|
//如果有任务栏信息
|
|
|
- if (_taskbar) {
|
|
|
- U.MD.D.T.taskbar(_taskbar); //创建任务处理
|
|
|
- }
|
|
|
+ // if (_taskbar) {
|
|
|
+ // U.MD.D.T.taskbar(_taskbar); //创建任务处理
|
|
|
+ // }
|
|
|
|
|
|
}
|
|
|
|
|
@@ -2998,7 +2998,7 @@ U.MD.D.I.openApplicationJieS = function (str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"电子白板",
|
|
|
_box, {
|
|
|
- "id": "whiteboards",
|
|
|
+ "id": "whiteboards" + cid + stage + task + tool,
|
|
|
"style": {
|
|
|
"width": "90%",
|
|
|
"height": "90%",
|
|
@@ -3040,7 +3040,7 @@ U.MD.D.I.openApplicationJieS = function (str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"思维导图",
|
|
|
_box, { //"/jsmind/example/demo.html"
|
|
|
- "id": "minds" + stage + task + tool,
|
|
|
+ "id": "minds" + cid + stage + task + tool,
|
|
|
"style": {
|
|
|
"width": "90%",
|
|
|
"height": "90%",
|
|
@@ -3082,7 +3082,7 @@ U.MD.D.I.openApplicationJieS = function (str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"协同文档",
|
|
|
_box, {
|
|
|
- "id": "docs",
|
|
|
+ "id": "docs" + cid + stage + task + tool,
|
|
|
"style": {
|
|
|
"width": "90%",
|
|
|
"height": "90%",
|
|
@@ -3219,9 +3219,9 @@ U.MD.D.I.openApplicationJieS = function (str, cid, stage, task, tool) {
|
|
|
|
|
|
//U.MD.D.I.openClick(str);
|
|
|
//如果有任务栏信息
|
|
|
- if (_taskbar) {
|
|
|
- U.MD.D.T.taskbar(_taskbar); //创建任务处理
|
|
|
- }
|
|
|
+ // if (_taskbar) {
|
|
|
+ // U.MD.D.T.taskbar(_taskbar); //创建任务处理
|
|
|
+ // }
|
|
|
|
|
|
}
|
|
|
|