You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
graham.w...@gmail.com
on 15 Feb 2011 at 9:50The text was updated successfully, but these errors were encountered: