Sunday, September 12, 2010

DockLayoutpanel question

I am missing the border and no scroll bar when I run in dev mode. Any
idea? Where is my code.

<g:DockLayoutPanel unit='EM'>
<g:north size='5'>
<g:Label>Top</g:Label>
</g:north>
<g:west size='15'>

<g:HTMLPanel>
<table>
<tr>
<td>
<g:Label>Name</g:Label>
</td>

</tr>
</table>
</g:HTMLPanel>

</g:west>
<g:center>
<g:ScrollPanel>
<g:Label>Content Area</g:Label>
</g:ScrollPanel>
</g:center>
</g:DockLayoutPanel>

</ui:UiBinder>

Thanks,
Pradeep

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment