|
@@ -461,7 +461,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
case "mind":
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"思维导图",
|
|
|
- $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "/jsMemo/index.html" }), {
|
|
|
+ $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "/jsmind/example/demo.html" }), {
|
|
|
"id": "mind",
|
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
|
"onresize": function () { }
|