Extending WOPopupButton
André Koppany <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I want to extend the normal WOPopupButton and make a resuable
component with the
following behavior:
<select >
<option>Element 1</option>
<optgroup label="Group1">
<option>Element 1</option>
</optgroup>
<optgroup label="Group2">
<option>Element 2</option>
</optgroup>
</select>
The popup differs from the default one in having special <optgroup>
elements.
How can I add this elements to my WOPopupButtons ?
Any help is very appreciated,
André