提交 dd5f05d6 编写于 作者: H huqi1980 提交者: GitHub

Merge pull request #44 from huqi1980/master

修复提示bug
......@@ -698,7 +698,7 @@ MWF.xApplication.Setting.Document.List.ItemEditor = new Class({
var value = (typeOf(input)=="element" && input.tagName.toString().toLowerCase()!="select") ? input.get("value") : input.getValue();
if (!value && value!==false){
flag = false;
this.app.notice(this.lp.pleaseInput+this.lp.list[k], "error");
this.app.notice(this.lp.pleaseInput+(this.lp.list[k] || k), "error");
return false;
}else{
values[k] = value;
......
......@@ -80,7 +80,7 @@ MWF.xApplication.query.TableDesigner.Table = new Class({
createColmunEditTable: function(){
this.colmunListTable = new Element("table", {"styles": this.css.colmunListTable}).inject(this.domListNode);
var tr = this.colmunListTable.insertRow(-1);
var td = tr.
var td = tr.insertCell();
},
changeViewSelected: function(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册