Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormPanel should use FormLayout by default #6

Closed
GoogleCodeExporter opened this issue Jun 16, 2015 · 2 comments
Closed

FormPanel should use FormLayout by default #6

GoogleCodeExporter opened this issue Jun 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant