Hi.
What is the difference for a UI Fom using parse or setValues ?
Hi.
What is the difference for a UI Fom using parse or setValues ?
With .parse()
or data:[ ]
ui.form takes the data as a usual Webix data component with a DataDriver, so you can parse any supporting data format:
http://webix.com/snippet/96d9dc0e
But that’s all. Afterwards, you can work only with the form values via corresponding methods setValues/getValues
, which work only with the JSON