This question is locked. New answers and comments are not allowed.
is it possible to have a template for each element in the combobox?
I need to have some element of the list disabled(because they are in facts categories,
I wish that the result can looks like this:
I need to have some element of the list disabled(because they are in facts categories,
I wish that the result can looks like this:
<select name="img"> <option Value="" Disabled="" >Select:</option> <option Value="" Disabled="" >- Background ------------------</option> <option Value="1">Background 1</option> <option Value="2">Background 2</option> <option Value="3">Background 3</option> <option Value="" Disabled="" >- Foreground------------------</option> <option Value="4">Foreground 1</option> <option Value="5">Foreground 2</option> <option Value="6">Foreground 3</option></select>