Opened 14 years ago
Closed 14 years ago
#216 closed enhancement (fixed)
QueryOnClick - toggle mode
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | widgets | Version: | |
Keywords: | Cc: |
Description
As soon as #215 is completed, we could add a 'toggle' mode to the QueryOnClick widget either with a combination of keys (such as ctrl) or by simply having an API property (option) that would always enable toggling.
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
- new options :
- toggle (allows unselect on selected feature click)
- multiple (allows multiple selection to be always active. Is an alternative to "multipleKey")
- toggleKey, like multipleKey but for toggling
- documentation added
- samples/queryonclick/multi sample modified
Fixed.
Note:
See TracTickets
for help on using tickets.
I collected some comments. It should be better to define the 'toggle' mode with an option rather than having to press an additional key.