#11167 closed enhancement (duplicate)
[cla][patch] ComboxBox / FilteringSelect - Support optgroup
Reported by: | Jonathan Bond-Caron | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit - Form | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is a first sample implementation for the ComboBox? to support <optgroup></optgroup>
This is done by adding support for "hierarchical data" in dojo.data.api
This patch is bit messy since it contains other changes as well: #11118, #11164
The main code for optgroup support is in: createOptions: function(results, dataResponse, labelFunc, store)
Attachments (1)
Change History (6)
Changed 11 years ago by
Attachment: | comboBox_optgroup.patch added |
---|
comment:3 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:4 Changed 11 years ago by
Component: | General → Dijit |
---|
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Sample patch for <optgroup> support