Searched hist:"238 a072b2d4d4c1123065f1f5bb865869e7edd58" (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/inc/Form/ |
| H A D | OptGroup.php | 238a072b2d4d4c1123065f1f5bb865869e7edd58 Mon Dec 12 15:28:01 UTC 2016 Michael Grosse <grosse@cosmocode.de> Add support for optgroup-tags for select-fields
In more complex selects we may want to group options by some criteria. HTML has the <optgroup>-tag for that purpose.
However in Order to not duplicate code, I've to move the handling of options to the OptGroup-Class completely.
Known Issues: ------------- * We may have more than one option with the same value and therefore more than one option may be marked as selected.
|
| H A D | DropdownElement.php | 238a072b2d4d4c1123065f1f5bb865869e7edd58 Mon Dec 12 15:28:01 UTC 2016 Michael Grosse <grosse@cosmocode.de> Add support for optgroup-tags for select-fields
In more complex selects we may want to group options by some criteria. HTML has the <optgroup>-tag for that purpose.
However in Order to not duplicate code, I've to move the handling of options to the OptGroup-Class completely.
Known Issues: ------------- * We may have more than one option with the same value and therefore more than one option may be marked as selected.
|