jhickman / gxt-uibinder

Automatically exported from code.google.com/p/gxt-uibinder
0 stars 0 forks source link

FormPanel should use FormLayout by default #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a <form:FormPanel> element with no layout attribute.

What is the expected output? What do you see instead?
Form fields are rendered with no fieldLabels; they should be rendered with.

What version of the product are you using? On what operating system?
gxt-uibinder-0.6
Windows 7
Internet Explorer 8

Please provide any additional information below.
There does not seem to be any special handling for FormPanel so its layout is 
parsed the same as any LayoutContainer.  This results in the default layout 
being a FlowLayout as opposed to a FormLayout as the Sencha Javadoc specifies.

Original issue reported on code.google.com by graham.w...@gmail.com on 15 Feb 2011 at 9:50

GoogleCodeExporter commented 9 years ago

Original comment by jus...@jhickman.com on 19 Feb 2011 at 7:11

GoogleCodeExporter commented 9 years ago
Added a fix in 0.7-SNAPSHOT.  Will be available in a "release" sense soon.  You 
can test by downloading the SNAPSHOT jar.

Also added a Form demo.  Check out the UiBinder source:
http://gxt-uibinder.appspot.com/#MyPlace:forms

Original comment by jus...@jhickman.com on 22 Feb 2011 at 4:43