How can I change the 'title' when the collapsed text expands? (Eg. "See All" to show more items, changes to "Hide All" to show less items). Check the attached file.

CommentFileSizeAuthor
collapse text.png17.16 KBdeveshjhalani

Comments

pukku’s picture

Status: Active » Closed (works as designed)

Hi! This module uses the built-in Drupal collapsing fieldsets. This doesn't provide a way in the code to change this text. As such, I cannot provide this as a part of the module.

If you need this functionality, you should look into adding some client-side javascript to your theme, or a custom module, that attaches to the collapsed fieldsets and modifies the legend when clicked. I have not looked at all into this, so cannot really help you.