|
|
@@ -111,9 +111,9 @@ MWF.xApplication.service.AgentDesigner.Agent = new Class({
|
|
|
var defaultText = "/********************\n";
|
|
|
defaultText += "this.entityManager; //实体管理器\n";
|
|
|
defaultText += "this.applications; //访问系统内服务\n";
|
|
|
- defaultText += "this.organization(); //组织访问\n";
|
|
|
- defaultText += "this.org(); //组织快速访问方法\n";
|
|
|
- defaultText += "this.service(); ///webSerivces客户端\n";
|
|
|
+ defaultText += "this.organization; //组织访问\n";
|
|
|
+ defaultText += "this.org; //组织快速访问方法\n";
|
|
|
+ defaultText += "this.service; ///webSerivces客户端\n";
|
|
|
defaultText += "********************/\n";
|
|
|
this.editor.editor.setValue(defaultText);
|
|
|
}
|
|
|
@@ -386,4 +386,4 @@ MWF.xApplication.service.AgentDesigner.Agent = new Class({
|
|
|
explode: function(){},
|
|
|
implode: function(){}
|
|
|
|
|
|
-});
|
|
|
+});
|