cancel
Showing results for 
Search instead for 
Did you mean: 

Allow multiple selected tags

Not applicable
Hi everybody,

I'm struggling with implementing a multiple tag filter in the document library. The concerning web-scripts already works fine but till now I failed getting the grip on extending the GUI (Share). I want to extend the functionality of the tag filter in the document library. If I click an already selected tag the same event (tagRefresh) should be thrown as if I click a tag which is not selected. Could anybody give me a tip how to implement this?

Thanks in advance. Christian
2 REPLIES 2

jpfi
Champ in-the-making
Champ in-the-making
Hi Christian,
we've recently implemented that feature for 4.0 & 4.1. It's mix of some customized Bubbling event handlers like onFilterChange in the documentlist & a custom Alfresco.TagFilter.
Cheers, Jan

Not applicable
@Jan thanks for 'da call
@all I tried to find out how to filter the documentlist if I click the already selected tag again. In this case the selected filter should be removed. This requirement makes sense if you could select multiple tag filter. Important for implementing this behaviour is to understand the HistoryManager in the documentlist.js modul.