Property Sheet : loading config and data

Please, is it possible to load config and data (json) to define a property sheet component : label/type/options/value… ?
We found samples to do that that for form or datatable but not for property sheet.
Thank you.

There is not a method to load configuration similar to load() that loads data. But you can use our ajax helper to load an array with property elements. And here is how you can change elements collection:

http://webix.com/snippet/e8ecfdc5

Thank you.