Is there an initialization event?

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?

There’s no such event in the UI Library, but, for example, Webix Jet has the related $oninit handler.

If you’re using pure Webix UI, I recommend you check the article about the events handling. Also, the debug version of the library provides a possibility to log all UI-related events.