change csvprovider parameter's show

This commit is contained in:
hmm 2014-08-28 16:43:05 +08:00
parent a4451435a1
commit eb04ea7b18
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ ContainerFactory.prototype.appendEdtiors = function(container, label, name, requ
} else if (editorInfo.type.toLowerCase() == "file") {
$(container).append(
editorFactory.createFile(lable, name, required, editorInfo.size, id,value));
editorFactory.createFile(label, name, required, editorInfo.size, id,value));
} else if (editorInfo.type.toLowerCase() == "date") {
$(container).append(
editorFactory.createDate(label, name, required, editorInfo.size, id,value));