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