Hey Cliff,
Alright, thanks. What I want to achieve is a set of dropdowns, that can work independent of each other, and with ajax, like the filter bar.
So, one drop down has the months, and by default they are connected to the current year. When you pick one, the list view filters the list with events from the relevant month.
The same goes for the year-drop down.
Is this possible to achieve using standard methods? I’ve tried to outline a method of achieving something similar in your documentation, but it’s a bit tricky to use, since there are very few examples.