Categories | Question details Back To List | ||
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? Answer posted by Support on Mar 12, 2008 07:48 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. |