<ui:style ui:field="style">
.floatLeft{
float:left;
}
<ui:style>
<g:FlowPanel>
<g:InlineHyperlink .....>
* <g:FlowPanel addStyleName="{style.floatLeft}">*
<g:InlineHyperlink text="Home" targetHistoryToken="home" />
<g:Image resource='{res.homeIcon}' />
* </g:FlowPanel> *
<g:InlineHyperlink .....>
</g:FlowPanel>
Probably a better design decision would be to make a custom widget for your
inline hyperilnk and for your imageResource.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.