change csvprovider parameter's show
This commit is contained in:
parent
a4451435a1
commit
eb04ea7b18
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue