Opened 13 years ago
Closed 13 years ago
#6004 closed defect (fixed)
[cla][patch][test] Suggested: checkbox-based multiselect
Reported by: | nathan | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
From discussions in IRC, it might be nice to have a widget that extends MultiSelect? that provides check boxes for selecting.
A patch and test case follow.
Attachments (3)
Change History (11)
comment:1 Changed 13 years ago by
Cc: | nathan added; [email protected]… removed |
---|
comment:2 Changed 13 years ago by
Cc: | nathan removed |
---|---|
Reporter: | changed from guest to nathan |
comment:3 Changed 13 years ago by
Component: | General → DojoX Form |
---|---|
Owner: | changed from anonymous to dante |
Changed 13 years ago by
Attachment: | CheckedMultiSelect.patch added |
---|
comment:4 Changed 13 years ago by
Milestone: | → 1.1 |
---|---|
Status: | new → assigned |
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [12737]) fixes #6004 - introduce a MultiSelect? which uses checkboxes rather than ctrl-click selection courtesy nathan toone (cla), and is the start of the dojox.form project - a collection of form-specific extensions and widgets. needs another testcase, a demo_select.html would be nice ;), and to double check everything is working after checkin. thanks nathan!
hopefully, by 1.1 FileInput? and the other dojox.widget.* form-widgets can be migrated to dojox.form
Changed 13 years ago by
Attachment: | CheckedMultiTests.patch added |
---|
Adds test cases for form.getValues(), connect(onChange) and select.addOption() - also fixed issues with onChange and addOption
comment:6 Changed 13 years ago by
Changed 13 years ago by
Attachment: | multiselect.patch added |
---|
Updates dojox.form.CheckedMultiSelect? to work in FF2, and to support disabling of the widget.
comment:7 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:8 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [13029]) fixes #6004 - proxy commit from Nathan Toone [cla] - fixes ff2 issues and adds disabled support to CheckedMultiSelect?
Patch which adds a Checked Multi-select - this is placed in dojox.form, as per discussions on IRC - and it includes the appropriate README and test files as well.