Opened 13 years ago

Closed 13 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 adube, 13 years ago

I collected some comments. It should be better to define the 'toggle' mode with an option rather than having to press an additional key.

comment:2 by adube, 13 years ago

Resolution: fixed
Status: newclosed

r1027 and r1028, featuring :

  • 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.