#12683 closed enhancement (fixed)
Checkbox List
Reported by: | Gu Yi, He | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Form | Version: | 1.6.0 |
Keywords: | checkbox list dropdown | Cc: | [email protected]…, [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description
The CheckBoxList? enhanced dojox.form.CheckedMultiSelect? in order to provide a drop down form.
API:
addOption(option): Adds option or options to the end of the select.
removeOption(valueOrIdx): Removes the given option or options.
updateOption(newOption): Updates the value of the given option
setStore(store, selectedValue, fetchArgs): Sets the data store you would like to use with the select
invertSelection(onChange): Invert the selection
get(name): Get a property from the select
set(name, value): Set a property on the select
Attachments (1)
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Owner: | changed from dante to Adam Peller |
---|
Changed 10 years ago by
Attachment: | CheckedMultiSelect_v0.1_dojox.patch added |
---|
patch from Siqi Zhong (IBM, CCLA)
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [24493]) fix typo, refs #12683 !strict