afterTabChange
afterTabChange
Called after selecting any tab page.
Parameters:
-
tabPanel(reference): this tab panel reference; -
selectedTabName(String): name of the selected tab page;
Example:
This event listener is auto-wired according to a naming convention ("
panelId_eventType
"):
tabs_afterTabChange: function() {
...
}
