Hey guys,
<iframe tabindex="-1" style="position: absolute; width: 0pt; height:
0pt; border: medium none;" id="sample_uibinder" src="javascript:''"></
iframe>
<div style="position: absolute; z-index: -32767; top: -20cm; width:
10cm; height: 10cm;"> </div><div style="position: relative;"><div
style="position: absolute; z-index: -32767; top: -20ex; width: 10em;
height: 10ex;"> </div><div style="position: absolute; overflow:
hidden; left: 0em; top: 0em; right: 0em; height: 4em;"><div
style="position: absolute; left: 0px; top: 0px; right: 0px; bottom:
0px;" class="gwt-Label">Header</div></div><div style="position:
absolute; overflow: hidden; left: 0em; top: 4em; bottom: 0em; width:
16em;"><div style="position: absolute; left: 0px; top: 0px; right:
0px; bottom: 0px;" class="gwt-Label">Navigation</div></div><div
style="position: absolute; overflow: hidden; left: 16em; top: 4em;
right: 0em; bottom: 0em;"><div style="position: absolute; left: 0px;
top: 0px; right: 0px; bottom: 0px;" class="gwt-Label">Content Panel
Area</div></div></div></body></html>
This html content was generate based on the uibinder code
which i've pasted here.
<g:DockLayoutPanel unit='EM' ui:field="appView">
<g:north size='4'>
<g:Label>Header</g:Label>
</g:north>
<g:west size='16'>
<g:Label>Navigation</g:Label>
</g:west>
<g:center size='0'>
<!-- <r:ColorWidget/> -->
<g:Label>Content Panel Area</g:Label>
</g:center>
</g:DockLayoutPanel>
The issue is that , when i run this code on the browser. i m able to
see the label of Header only.
And the other part of label get disappeared but it is available at the
generated source code.
I am not able to get the correct layout.
Can anyone give me an solution to make it better, since i am getting
started with the uibinder stuffs.
Thanks it for from Neps...
--
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.