Tabbar

I am in the process of evaluating your Tabbar control and want to know if I can add textboxes and labels to the tabs being created?

Yes, it is possible to add new elements into the tabs content.

The following is the object (the top element), you can use to get to any element in the tab.  
   
    tabbar._content[id]

Where id is tab’s ID.