Hi Krish,

The code you have pasted in not a valid HTML code. Seems like an XML file.
Maybe the place from where you have taken this code has applied XSL on to
the XML.

Nevertheless, Flex has something called <mx:Form> and <mx:FormItem> where
you can insert Form controls. And they support settings for borders as well.
Check out the help for samples...

If this is not what you were looking for, then provide some url which
demonstrates your exact requirement.

Regards,
Venkat
www.venkatv.com


On Sat, Feb 28, 2009 at 1:54 PM, Krishnendra <[email protected]> wrote:

>
> I would like to know if form legends are available in flex or not
>
> What I am looking forward is a Form style which has a border and a
> group label embedded along with the border
> in html it is called i think a legend control
>
> Any help regarding this would be welcome
>
> Krish....
>
> something like this html code :
> <fieldset>
>                                <legend>
>                                        Name
>                                </legend>
>                                <label class="first" for="title1">
>                                        Title
>                                        <select id="title1" name="title1">
>                                                <option
> selected="selected">Mr.</option>
>                                                <option>Mrs.</option>
>                                                <option>Ms.</option>
>                                                <option>Dr.</option>
>                                                <option>Viscount</option>
>                                        </select>
>                                </label>
>                                <label for="firstName1">
>                                        First name
>                                        <input id="firstName1"
> name="firstName1" type="text" value="First
> name" />
>                                </label>
>                                <label for="lastName1">
>                                        Last name
>                                        <input id="lastName1"
> name="lastName1" type="text" value="Last
> name" />
>                                </label>
>                        </fieldset>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" 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/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to