Hi!
I have created two forms the second should be collapsed on load so I
use
the setCollapsed(true) method. This works fine in Firefox but in IE 7
the collapsed form doesn't render correctly(The length of the fields
on the left gets really long).
Is there any other possibility like collapsing it on load with a
listener?
My code for the FieldSet:
FieldSet coordinatorFieldSet = new FieldSet("myFieldSet");
coordinatorFieldSet.setCollapsible(true);
coordinatorFieldSet.setTitle("Title");
coordinatorFieldSet.setAutoHeight(true);
coordinatorFieldSet.setCollapsed(true);
coordinatorFieldSet.add(topPanel);
return coordinatorFieldSet;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---