|
@@ -21,6 +21,16 @@ MWF.xApplication.portal.PortalManager.FileExplorer = new Class({
|
|
|
// // this.app.desktop.openApplication(e, "process.FileDesigner", options);
|
|
// // this.app.desktop.openApplication(e, "process.FileDesigner", options);
|
|
|
// new MWF.xApplication.portal.PortalManager.FileDesigner(this);
|
|
// new MWF.xApplication.portal.PortalManager.FileDesigner(this);
|
|
|
// },
|
|
// },
|
|
|
|
|
+ openFindDesigner: function(){
|
|
|
|
|
+ this.app.options.application.moduleType = "portal";
|
|
|
|
|
+ var options = {
|
|
|
|
|
+ "filter": {
|
|
|
|
|
+ "moduleList": ["portal"],
|
|
|
|
|
+ "appList": [this.app.options.application]
|
|
|
|
|
+ }
|
|
|
|
|
+ };
|
|
|
|
|
+ layout.openApplication(null, "FindDesigner", options);
|
|
|
|
|
+ },
|
|
|
getNewData: function(){
|
|
getNewData: function(){
|
|
|
return {
|
|
return {
|
|
|
"id": "",
|
|
"id": "",
|
|
@@ -233,4 +243,4 @@ MWF.xApplication.portal.PortalManager.FileDesigner = new Class({
|
|
|
}.bind(this));
|
|
}.bind(this));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-});
|
|
|
|
|
|
|
+});
|