sainath
sainath

Reputation: 203

How to get checked combobox in dojo

I want to have a combobox, with a check box in front of each item, where I could select multiple values.

Is there any..?? plz help

(I used Lovcombo in extjs, is there any widget similar to this?)

Upvotes: 1

Views: 1620

Answers (1)

phusick
phusick

Reputation: 7352

There is dojox.form.CheckedMultiSelect which looks like:

enter image description here

and it has property dropdown - set it to true and you will get:

enter image description here

Unfortunately there is some styling issue or so as you cannot see which items are checked, but maybe you can fix it in no time.

Upvotes: 2

Related Questions