提交 f2c57c8b 编写于 作者: U unknown

修改数据表编译的描述

上级 f62ef929
......@@ -194,7 +194,7 @@ MWF.xApplication.query.TableDesigner.Main = new Class({
"title": "table help",
"content": content,
"width": 500,
"height": 300,
"height": 320,
"buttonList": [
{
"text": "ok",
......
......@@ -507,23 +507,27 @@ MWF.xApplication.query.TableDesigner.Table = new Class({
this.close();
}, null);
},
buildAllView: function(e){
var _self = this;
if (!e) e = this.node;
this.designer.confirm("warn", e, MWF.APPDTBD.LP.buildAllViewTitle, MWF.APPDTBD.LP.buildAllViewInfor, 480, 120, function(){
_self.designer.actions.buildAllTable(function(json){
this.designer.notice(this.designer.lp.buildAllView_success, "success", this.node, {"x": "left", "y": "bottom"});
}.bind(_self));
this.close();
}, function(){
this.close();
}, null);
},
// buildAllView: function(e){
// var _self = this;
// if (!e) e = this.node;
// this.designer.confirm("warn", e, MWF.APPDTBD.LP.buildAllViewTitle, {
// "html": MWF.APPDTBD.LP.buildAllViewInfor
// }, 480, 120, function(){
// _self.designer.actions.buildAllTable(function(json){
// this.designer.notice(this.designer.lp.buildAllView_success, "success", this.node, {"x": "left", "y": "bottom"});
// }.bind(_self));
// this.close();
// }, function(){
// this.close();
// }, null);
// },
buildAllView: function(e){
var _self = this;
if (!e) e = this.node;
this.designer.confirm("warn", e, MWF.APPDTBD.LP.buildAllViewTitle, MWF.APPDTBD.LP.buildAllViewInfor, 480, 120, function(){
this.designer.confirm("warn", e, MWF.APPDTBD.LP.buildAllViewTitle, {
"html": MWF.APPDTBD.LP.buildAllViewInfor
}, 480, 120, function(){
_self.designer.actions.buildAllTable(function(json){
this.designer.notice(this.designer.lp.buildAllView_success, "success", this.node, {"x": "left", "y": "bottom"});
}.bind(_self));
......
......@@ -76,8 +76,8 @@ MWF.xApplication.query.TableDesigner.LP = {
"exportExcelFileName": "Export Data",
"buildAllViewInfor": "All data tables will be compiled, including all data tables in data applications. After compilation, you may need to restart the server to use this data table. Are you sure you want to perform this operation?",
"buildAllView_success": "All data tables have been compiled, and the new changes will take effect after you restart the server",
"buildAllViewInfor": "All data tables will be compiled, including data tables in all data applications. <span style='color: #FF0000;'>After compiling, please restart the server immediately, otherwise it will cause the JVM to crash</span>. Are you sure you want to perform this operation?",
"buildAllView_success": "All data tables have been compiled, please restart the server immediately!",
"tableHelp": "Data tables can automatically create real tables in the system database and generate java entity objects. You can use JPQL to manipulate data tables. Creating a data table requires the following steps: <br><br>1, create a data table, And create each column; <br>2, click the toolbar button to publish the data table to the compiled state; <br>3, click the toolbar button to execute the \"compile all data tables\" operation<br>4, restart the server, data The table is ready to use.",
"propertyTemplate": {
"base": "Basic",
......
......@@ -76,9 +76,9 @@ MWF.xApplication.query.TableDesigner.LP = {
"exportExcelFileName" : "导出数据",
"buildAllViewInfor": "即将编译所有数据表,包括所有数据应用中的数据表,编译后您可能需要重启服务器后才能使用此数据表。您确定要执行此操作吗?",
"buildAllView_success": "已编译所有数据表,新的更改需要您重启服务器后生效",
"tableHelp": "数据表能够在系统数据库中自动创建真实表,并生成java实体对象,您可以使用JPQL操作数据表。创建数据表需要以下步骤:<br><br>1、创建数据表,并创建每一列;<br>2、点击工具栏按钮,将数据表发布到编译状态;<br>3、点击工具栏按钮,执行“编译所有数据表”操作<br>4、重启服务器,数据表就可以使用了。",
"buildAllViewInfor": "即将编译所有数据表,包括所有数据应用中的数据表,<span style='color: #FF0000;'>编译后您请马上重启服务器,否则可能造成JVM崩溃</span>。您确定要执行此操作吗?",
"buildAllView_success": "已编译所有数据表,请马上重启服务器!",
"tableHelp": "数据表能够在系统数据库中自动创建真实表,并生成java实体对象,您可以使用JPQL操作数据表。创建数据表需要以下步骤:<br><br>1、创建数据表,并创建每一列;<br>2、点击工具栏按钮,将数据表发布到编译状态;<br>3、点击工具栏按钮,执行“编译所有数据表”操作<br>4、马上重启服务器(否则可能造成JVM崩溃),数据表就可使用了。",
"propertyTemplate": {
"base": "基本",
"event": "事件",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册