PDA

View Full Version : GWT Customization Help / Advice



SJrX
23 Jan 2009, 7:05 PM
I'm playing around with a UI and the widgets and based on some feedback been making improvements to it. However there are some suggestions that I'm not too sure about (and I'm not all that familiar with Ext GWT yet), so I thought I'd ask here. I'm not sure that some are even easily possible, so I'm not looking at a full solution, but a kick in the right direction as the documentation seems to be scant for changing look and feel.

1) On a tab panel is it possible to add a gap on the left side, so that thetabs on the top don't start exactly on the left edge of where the content will be.

2) On a tab panel is it possible to change the spacing between each tab?

3) On a tab panel is it possible to change the background image used to something else, I found the tab-sprite.gif and have edited that, but that seems like a hacky solution. Ideally I'd like to be able to have different tabs be different colors.

4) On a TreeView, how can you change the OnHover effect, and the click effect to something different?

5) There seems to be a border around the root panel, or the main viewport, is there anyway to get rid of it?

Thanks