[Suggestion] Feature suggestion for ui.property

Hi Guys,

I have a suggestion for webix ui.property component. Please add save (http://docs.webix.com/api__link__ui.list_save_config.html) property to it. I saw that this component have a “url” property, but not a save. It will be good for integrate this component with meteor, for example.

Another suggestion is to add a event to validate the properties before save them.

Thanks for all,
Cheers,

Regarding these two requirements, right now we can suggest the following:

ui.property inherits from AtomDataLoader which provides the essential methods of data loading, but that’s all. Instead built-in saving, you can send data (property.getValues()) in webix.ajax() orwebix.send() linked to onAfterEditStop

As for validation, you need to create a custom component that inherits from the webix.ui.property and webix.ValidateData. After that, you can implement the validation as usual. Please check the snippet:

http://webix.com/snippet/a4bc1bea