int newTabIndex = selChild.getInt("index");
console.log("tabview selectionChange: "+newTabIndex);
history.addValue("tab", newTabIndex==0 ? null : newTabIndex+"");
}
});
tb.selectChild(parseInt(history.get("tab"), 0));
Y.on("history:change", new EventCallback<HistoryEvent>() {