I want to check before :
var tabBar = myTabber.cells(id).attachToolbar();
whether tab-toolbar is already attached and then again want to attach a tool bar anew.
myTabber.cells(id).getView().toolbar will return toolbar object if it is attached
I want to check before :
var tabBar = myTabber.cells(id).attachToolbar();
whether tab-toolbar is already attached and then again want to attach a tool bar anew.
myTabber.cells(id).getView().toolbar will return toolbar object if it is attached