Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Brian Kane on Mar 11, 2008 12:38
open dhtmlx forum
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.