|
Prev: Need Help with Auth_Radius
Next: SOAP_Attachment
From: =?ISO-8859-1?Q?Julien_Tsch=E4pp=E4t?= on 7 Sep 2005 03:36 Hi, Is it possible to add an optgroup tag in a select element ? example : <select name="test"> <optgroup label="test 1"> <option>test 1 1</option> <option>test 1 2</option> </optgroup> <optgroup label="test 2"> <option>test 2 1</option> <option>test 2 2</option> </optgroup> </select> Julien
From: Justin Patrin on 7 Sep 2005 12:26 On 9/7/05, Julien Tschäppät <julien35(a)gmail.com> wrote: > Hi, > > Is it possible to add an optgroup tag in a select element ? > > example : > > <select name="test"> > <optgroup label="test 1"> > <option>test 1 1</option> > <option>test 1 2</option> > </optgroup> > <optgroup label="test 2"> > <option>test 2 1</option> > <option>test 2 2</option> > </optgroup> > </select> > Check the bug reports for HTML_QuickForm. THis has been a feature request for quite some time now but no-one has implemented it yet. -- Justin Patrin
|
Pages: 1 Prev: Need Help with Auth_Radius Next: SOAP_Attachment |