Is there a way to layout a form using radio buttons to something like:
Priority:
O Low
O Medium
O High
O Other: ________________
where to the right of "Other:" there would be a text field or dropdown or whatever. Is there a FormItem that is similar to com.google.gwt.user.client.ui.RadioButton that can be used as any other field?
Thanks!
Priority:
O Low
O Medium
O High
O Other: ________________
where to the right of "Other:" there would be a text field or dropdown or whatever. Is there a FormItem that is similar to com.google.gwt.user.client.ui.RadioButton that can be used as any other field?
Thanks!
Comment