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