A safe (& fast) & robust way would be to use gquery<http://timepedia.blogspot.com/2008/04/gwt-road-to-15-language-features-and.html>project to find the element you want & set the background.
If you don't want the additional dependency, you could manually try to find those elements by iterating over the widgets (or the DOM tree itself). On Fri, Apr 10, 2009 at 5:04 PM, Paul van Hoven < [email protected]> wrote: > > Is ist possible to use a ImageBundle in conjunction with the > DecoratedPopupPanel. Currently, i define a background image in each > style, i.e. > > .MyDecoratedPopupPanel .popupTopLeft { height:30px;width: > 30px;background:url('bla/bla.png') } > > etc.. Is it possible to use an image bundle for setting these > background images instead of setting each in an extra css style? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
