Aric Caley
|
| Posted: 08/09/2005, 10:27 AM |
|
Is there a way to get CCS to create a dropdown (ListBox) with <OPTGROUP> tags? I want the list to group together certain items with this tag, but there doesnt seem to be any way to hook into the ListBox control (IE, if it had a call back function for each item or something).
Right now, my clunky solution is to create several ListBox controls, comment out the start and ends of the inner controls and put in the <optgroup> tags so that all the controls run into each other and become one HTML Select control...
The only other solution would be to modify the codecharge control class, but that seems like a dangerous idea...
|
|
|
 |
greywire
Posts: 37
|
| Posted: 11/22/2005, 9:54 AM |
|
Does CCS3 have any options for this type of control? Or would we still need to resort to the same tricks to get a dropdown with <OPTGROUP> tags?
_________________
--
Aric Caley
Fonality, inc |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 11/22/2005, 10:44 AM |
|
I would even contact support to see if they have a solution as well. Just a thought...
http://support.yessoftware.com.
|
 |
 |
|