PDA

View Full Version : Tabs in BorderLayout


zquirm
12-01-2006, 03: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
12-01-2006, 03: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;
}