The purpose of a FormItem is to associate a label with one or more
controls like this:

 

    Name:  |-----------------|  |-----------------|

 

Address:  |-----------------|

 

It looks like you don't need the label, so you don't need to use a
FormItem. But FormItem should be OK to use even when you don't use a
label, and I'm not sure why it's giving you a bad layout.

 

- Gordon

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of crumpelfungus
Sent: Friday, February 09, 2007 8:13 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: FormItem adds extra space on the left . . .

 

Clint,

Thank you for your swift reply.

Are you saying that there is no benefit in using FormItem with a
RadioButton? (At least, nothing that couldn't be done otherwise.)

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Clint Tredway" <[EMAIL PROTECTED]> wrote:
>
> Dont use the form or formItem tags, use a grid to layout your form.
> 

 

Reply via email to