ui:style> but, for example, the .gwt-Button style set in ../MyApp.css
does not show in GWT Designer's Design mode, though it does in devmod.
The GWT Designer properties panel for the buttons say "There are no
CSS files referenced from module or HTML."
On Jan 10, 12:59 pm, "Aidan O'Kelly" <aida...@gmail.com> wrote:
> No idea about desginer, but to get 2 <ui:style> elements, make sure you
> include a 'field' attribute in any <ui:style> elements other than the
> default.
>
> <ui:style> .foo { } </ui:style>
> <ui:style field="second"> .bar { } </ui:style>
>
> Then reference {style.foo}, {second.bar}
>
>
>
>
>
>
>
> On Mon, Jan 9, 2012 at 10:07 PM, Thad <thad.humphr...@gmail.com> wrote:
> > The "Hello Stylish World" example (http://code.google.com/webtoolkit/
> > doc/latest/DevGuideUiBinder.html#Hello_Stylish_World) shows that there
> > can be more than one ui:style element, but when I try that with
> > my .ui.xml file in Eclipse, I'm told that only one ui:style element is
> > allowed.
>
> > When I run GWT Designer in design mode, I'd like to see both the CSS
> > from the current page and the CSS from the stylesheet injected in
> > onModuleLoad(). I can see the effects of both running in DevMode, but
> > not in Designer.
>
> > --
> > 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+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment