Be sure your post includes:
1. SmartGWT 2.4 + IE8(Firefox 4.0) + GWT 2.2
2. how to change the tab's tabbar width and height in the tabset?;
3.
downTabSet.setTabBarPosition(Side.LEFT);
downTabSet.setWidth100();
downTabSet.setHeight("30%");
Tab detailTab = new Tab("Detail");
detailTab.setCanClose(true);
detailTab.setPane(new HelpPane());
detailTab.setIcon("main/icon5.gif");
Tab adminDTab = new Tab("Administration");
downTabs.put(0, adminDTab);
more detail in the attached pic!
Thanks admin !
1. SmartGWT 2.4 + IE8(Firefox 4.0) + GWT 2.2
2. how to change the tab's tabbar width and height in the tabset?;
3.
downTabSet.setTabBarPosition(Side.LEFT);
downTabSet.setWidth100();
downTabSet.setHeight("30%");
Tab detailTab = new Tab("Detail");
detailTab.setCanClose(true);
detailTab.setPane(new HelpPane());
detailTab.setIcon("main/icon5.gif");
Tab adminDTab = new Tab("Administration");
downTabs.put(0, adminDTab);
more detail in the attached pic!
Thanks admin !
Comment