Friday, June 25, 2010

Re: VerticalPanel background-image

I can tell you about the background image to the button as you can set it by changing attached style name to your custom one

as 
.mystyle{
        background-image:url('imagePath.jpg');
        display : block;
}

and attach this style to ur buttton using 
setStyleName("mystyle");

this will do for sure.

background for vertical panel has not been tried yet if found any solution will post for sure.

Cheers
--
Aditya


On Fri, Jun 25, 2010 at 7:23 PM, kais blah <kais.blah@gmail.com> wrote:
Hi,

Please how to set a background-image for VerticalPanel and the sub widgets of the VerticalPanel will be on top.

also a background-image of the PushButton.


Thanks

Regards, 

--
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