I don’t understand why I cannot getValues() with this form when I click the button. function saveAsDraft() is at the top. JSON.stringify() echos an empty object.
http://webix.com/snippet/8e72178c
Please help…???
I don’t understand why I cannot getValues() with this form when I click the button. function saveAsDraft() is at the top. JSON.stringify() echos an empty object.
http://webix.com/snippet/8e72178c
Please help…???
Requires the name attribute.
cols:[
{view:“text”,id:“user_name”,name:“user_name”}
]