ron
12/08/2017, 10:00 AMcontroller.tabPane = tabpane {
tab<CategoryTabView> { tabClosingPolicy = UNAVAILABLE }
tab<WhatsNewTabView> { tabClosingPolicy = UNAVAILABLE }
tab<AuthorTabView> {
tabClosingPolicy = UNAVAILABLE
whenSelected {
println("author selected")
fire(MainController.AuthorSelected)
}
}
}