I have the following UI Binder XML:
<g:ScrollPanel ui:field='outerPanel' >
<g:VerticalPanel>
<g:Cell verticalAlignment="ALIGN_TOP">
<g:HorizontalPanel ui:field='topPanel'>
<g:cell width="30%"
horizontalAlignment="ALIGN_LEFT"> // not working and does not show
<g:SimplePanel ui:field='logoPanel'> </
g:SimplePanel>
</g:cell>
<g:cell width="70%"
horizontalAlignment="ALIGN_RIGHT"> // this looks center
<g:FlexTable ui:field='bannerArea' />
</g:cell>
</g:HorizontalPanel>
</g:Cell>
<g:Cell horizontalAlignment="ALIGN_CENTER">
<g:SimplePanel ui:field='bodyPanel'/>
</g:Cell>
<g:Cell verticalAlignment="ALIGN_BOTTOM"> // not working
<g:HTML ui:field="footer"/>
</g:Cell>
</g:VerticalPanel>
</g:ScrollPanel>
--
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.