How to check if a tab is open

Hi Guys,



In tabbar, how can i check to see if a tab is already open?



James

You can get ID of currently opened tab as

    tabbar.getActiveTab();


If your are using ajax based mode and need get the moment when content loaded you can set custom event handler by
    tabbar.setOnTabContentLoaded(…