On Dec 20, 1:44 pm, Deepak Singh <deepaksingh...@gmail.com> wrote:
> Hi,
>
> GWT 2.4
>
> I have a client bundle and generates images and background images as
> follows,
>
> Document.get().getElementById("hbhtopbar2").getStyle().
> setBackgroundImage("url("+HomePageClientBundle.INSTANCE.topbar2().getSafeUri().asString()+")");
>
> Image hbtopbar3 = Image.wrap(Document.get().getElementById("hbtopbar3"));
> hbtopbar3.setUrl(HomePageClientBundle.INSTANCE.topbar3().getSafeUri().asString());