Categories | Question details Back To List | ||
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. |