Hi,
I am new to webix and I would like to know the following:
A webix application can have many widgets on a webpage. Is there a global event notification
that can be consumed just after a widgets is rendered and ready for user interaction?
I don’t want to use $$(“some id”) to get to a widget. instead the widget should notify/publish its existence, so a listener can use it as a reference if it wishes to.
Any thoughts?