Dear all,
i would like to know if there exists one way to extract the selected
values from a list-facet, to be able to reconstruct the state of its
selections: actually i have a complicated way like this:
var actualFacetSelection=getElementsByClassName("exhibit-facet-value
exhibit-facet-value-selected","div"); // returns, for example:
facet1item2,facet2item3,facet2item4
which returns a comma-separated list of all the actual selected items
of all my list-facets. That comma-separated list is then used by me to
control an OpenLayers and a Timeline.
I suppose there must be a more elegant way in the API to do so, but i
don't know it. I use the exhibit-2.1 release.
This is my case:
http://www.archeoserver.it/demoMI/
Please help me :-|