That's correct, but only for regular HTML Elements, not GWT widgets. If you want to set CSS class names on GWT widgets using UI binder you need to use the methods I mentioned.
-- Arthur Kalmenson On Wednesday, January 6, 2010, John <[email protected]> wrote: > On Wed, Jan 6, 2010 at 5:26 PM, Arthur Kalmenson <[email protected]> > wrote: >> If you want to set the class name you need to use styleName or >> addStyleNames instead of class. > > > In the older GWT versions, I know you set the stylename and used a > conventional CSS style sheet with those names. > > I thought UIBinder was a whole new thing--I was trying to follow the > tutorials as closely as possible, and they inserted class=xxxx, which > is one of the standard ways of marking CSS styles, isn't it? > > John > -- -- Arthur Kalmenson
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
