With HTML Markup, is there a way to attach event ready

I do not have all the markup processed at once. As I route to a different page, I process that markup.

I would like to have the HTML markup process the “ready” event like the following http://docs.webix.com/desktop__event_handling.html

... ready:function(){ this.select(this.getFirstId()); //selects the first item this.load("data/books2.xml","xml"); //loads data from XML dataset },

I tried:
`

`

The following works and I see http://docs.webix.com/api__ui.button_click_config.html describes this.

`

`