How can I force elements like select/richselect etc to refresh their options from server?

Hi,
I have a bunch of select- and list-type elements which pull their data/options from my API server.

My attempt is declaring them with empty options and use .load({url}) in a function to fill them with data. Then, everytime I need to refresh the data (for example after save on a different form) I call the function again.

What is the most efficient way to force them reload their data?

I have found this after posting:

http://forum.webix.com/discussion/4702/datatable-url-with-args-how-to-refresh-it

I think I can use this approach to solve my problem.

Hi,

Also, check the related article: http://docs.webix.com/desktop__advanced_combo.html#gettingpopupandlistobjects