Opened 14 years ago
Closed 14 years ago
#212 closed enhancement (fixed)
QueryOnClick - multiQueryResource and send 'multiple' to results
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | widgets | Version: | |
Keywords: | Cc: |
Description
- Let the results know when que QueryOnClick widget was in 'multiple' mode.
- Have a new 'multiQueryResource' private property that will be set by results when needed. Its purpose is to do queries on a single resource rather than all of them when in 'multiple' mode.
Note:
See TracTickets
for help on using tickets.
r1023, featuring the features in the description above.
The 'multiQueryResource' is a javascript API property of the QueryOnClick widget since it will be set by results, but is not an 'option' that can be set in the config.
Done.