Opened 13 years ago
Closed 13 years ago
#6456 closed defect (fixed)
CheckedMultiSelect: support single-select as well (Radio Buttons) as multiple (Check Boxes)
Reported by: | nathan | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Form | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I think this will be easy to implement - adding support for "multiple=true" in the HTML to use radio buttons instead of check boxes in the CheckedMultiSelect? (probably would want to rename it eventually... :))
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
Changed 13 years ago by
Attachment: | CheckedMultiSelect_radio-6456-2008-04-08_1345.diff added |
---|
comment:2 Changed 13 years ago by
You specify whether you want multi- or single- select by setting multiple="true" on your element for multi-select. (just like HTML)
Note: See
TracTickets for help on using
tickets.
Simple patch which adds radio-support (single-select) to CheckedMultiSelect?.