Re: Using both image and styling on GWT CustomButton

2011-08-05 Thread Jeff Larsen
http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/XYZuXi-Kz1AJ. To post to

Re: Using both image and styling on GWT CustomButton

2011-08-05 Thread Omid Rad
Worked great! Thanks! If this is documented anywhere will you please give a link so that I understand what it does exactly. Thanks. On Aug 4, 1:09 pm, Jeff Larsen wrote: > add > @external myToggleButton, myToggleButton-up; to your ui:binder file. -- You received this message because you are s

Re: Using both image and styling on GWT CustomButton

2011-08-04 Thread Jeff Larsen
add @external myToggleButton, myToggleButton-up; to your ui:binder file. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ciCCULGzShUJ. To pos

Re: Using both image and styling on GWT CustomButton

2011-08-04 Thread Omid Rad
More details on my question: I'm trying to set style names on different faces of ToggleButton (i.e. upFace, DownFace, ...). It looks like setting styleName on a face doesn't work. For example the following won't work: But I noticed when setting the style name on ToggleButton i

Using both image and styling on GWT CustomButton

2011-08-03 Thread Omid Rad
I'm trying to get a ToggleButton to work with a transparent PNG image which gets background color by CSS styles. It looks like a CustomButton can get only one of image or style but not both of them. I tried the followings to no avail: