Hi,
When I call webix.event(window, “resize”, function() { tree.adjust(); });
What do I need to call to detach it?
Thank you
Hi,
When I call webix.event(window, “resize”, function() { tree.adjust(); });
What do I need to call to detach it?
Thank you
webix.event returns event id which later can be used for event detaching with webix.eventRemove