hi,

how can i define the size of doc layout panel in uibinder and its's
children's size in different direction?

i have code as this:

        <g:DockLayoutPanel ui:field="_containerDockPanel" unit="EM"
height="900" width="700" >
                                        <g:center>
                                                <g:HTMLPanel>
                                                        <g:FlowPanel 
ui:field="_summaryTablePanel" />
                                                </g:HTMLPanel>
                                      </g:center>

                                        <g:east size="20">
                                              <g:HTMLPanel>
                                                        <div 
class="reportWrapper">
                                                                <g:Button 
ui:field="_refreshBtn">Refresh</g:Button>
                                                        </div>
                                                </g:HTMLPanel>
                                        </g:east>
</g:DockLayoutPanel>

the height and width i defined on the docklayoutpanel seems not
working, and for the east part, i wish to define it as 20em(W) *
90em(H), how can i do that? Thanks.

-- 
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