The basic technique is to assign IDs and/or style class names to each Widget
using
widget.getElement.setId()
widget.addStyleName()

Have a look at GWT's UiBinder, which makes it easy to interweave plain HTML
with GWT widgets.

Here's an older blog post on some CSS issues with a book recommendation near
the end:
http://turbomanage.wordpress.com/2010/01/04/notes-on-gwt-layout-with-html-and-css/

HTH,
/dmc

On Tue, May 17, 2011 at 8:01 AM, Myth17 <nitishupr...@gmail.com> wrote:

> Even I am in a similar condition, however I have noticed that the CSS
> styles and rules are all similar for GWT. So learn the basic CSS and how it
> works and then consult javadocs for CSS rules for widgets. I am working on
> these lines. Hope this will be helpfull to you too.
>
> This is an excellent resource to start with -->
>
> http://code.google.com/edu/submissions/html-css-javascript/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>



-- 
David Chandler
Developer Programs Engineer, Google Web Toolkit
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to