Ticket #3270 (closed task: fixed)
[cla][patch][test] Select: build new HTML select widget
| Reported by: | bill | Owned by: | dante |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | DojoX Form | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: | nathan |
Description
Make a select widget similar to the browser's or OS's select boxes. It can have fancy HTML in the drop down list, and the selected item's fancy HTML gets copied to the left of the arrow when you select it.
Probably won't have filtering by typing a string, since there's no input box, and since the drop down items can be arbitrary HTML, including a simple image.
The data list will always be short (usually <10 items) and will usually be embedded in the HTML file like a normal select, so not sure if we even need a dojo.data interface.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.