Is there a way to set a component horizontal position in a layoutpanel
with uibinder?
By default the position is "stretch" but I would like to set it to
"begin" like this:

<g:LayoutPanel width="450px" height="390px">
     <g:layer top="5px" left="7px" right="5px"
horizontalPosition="BEGIN">
          <g:Button text="Open"/>
     </g:layer>
</g:LayoutPanel>

Of course the layoupanel parser does not handle horizontalPosition
attribute. How to do?

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