PDA

View Full Version : Tabs in BorderLayout



zquirm
1 Dec 2006, 1:44 PM
if I don't want tabs to appear when I have more than one contentpanel in the center, how do I specify that?

jack.slocum
1 Dec 2006, 1:47 PM
You can't prevent the creation of the tabs. You can however prevent the appears of the tabs using css:


#my-layout .ylayout-panel-west .ytab-wrap{
display:none;
}