Hi!

I am just wondering if anybody discovered a documentation for
MultiFieldPanel and ColumnLayoutData?

The generated Javadoc is empty, the showcase provides one example,
which is undocumented, ...

For TextFields I discovered a way (with experimenting about the 0.x
values in ColumnLayoutData) to get what I want, but I try to get two
radio buttons in one row (together with a label)... without any luck:

MultiFieldPanel gender = new MultiFieldPanel();
gender.addToRow(male, 50);
gender.addToRow(female, 50);
userData.add(gender);

Whatever I use as width or ColumnLayoutData, it just renders nonsense
(only one radio, or a half radio after the input area, ...

Pleeeease help!

Thank you very much in advance!

Regards, Anton

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

Reply via email to