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.
| Comment | File | Size | Author |
|---|---|---|---|
| collapse text.png | 17.16 KB | deveshjhalani |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| collapse text.png | 17.16 KB | deveshjhalani |
Comments
Comment #1
pukku commentedHi! 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.