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:
`
`