two grids in same tab

Hi,



Is possible have two(2) grids in same tab with dhtmlxtabbar ?

How?



Thanks for your support



JDM


Hello,


Tabbar allows to put in its tabs any html elements:


tabbar.setContent(tabId,htmlObj);


You can place container into the tab. There can be two other containers inside the attached container.


So, grids can be initializaed in these containers.