On 16 avr, 18:58, Jeoff Wilks <jeoffwi...@gmail.com> wrote:
> Good idea. I just tried InlineHyperlink but it has the same problem. Looking
> at the 1.6 source code I see no behavioral differences in InlineHyperlink,
> other than a different primary style name (which probably defaults the style
> to display: inline).

The key is actually the super(null) call which, in Hyperlink, will use
the anchor (<a>) as the widget's element instead of wrapping it in a
<div> (standard Hyperlink behavior). There's no "default style" for
widgets (except if you use one of the provided themes, I personnaly
don't).


--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to