Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Dave on Jan 07, 2009 03:29
open dhtmlx forum
Layout Cell header disapears when adding Tabbar to cell

Hi,

I am using dhtmlxLayout and when I add a tabbar to a cell, the cell header seems to disappear.
I have tried setText and showHeader but cannot seem to make the cell header "Yield Summary" re-appear

myLayout = new dhtmlXLayoutObject(document.body,"3J","dhx_blue");
myLayout.cells("a").setText("Yield Summary");
yieldTabbar = myLayout.cells("a").attachTabbar();
yieldTabbar.setStyle("modern");

Thanks,

Dave
Answer posted by Support on Jan 08, 2009 03:26
Hello,

This is a standard behavior.