Views fieldset style plugin
Component ID
1867574
Component name
Views fieldset style plugin
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
26638
Component created
Component changed
Component body
Overview
This module adds fieldset row plugin to views. It shows a row as a fieldset. It also provides functionality to make the fieldset collapsible and collapsed. An existing view field can be chosen to show as fieldset title. All the visible fields added to view are showed as fieldset body.
Drupal 8
After #1168246: Freedom For Fieldsets! Long Live The DETAILS. fieldsets are not collapsible anymore. So in Drupal 8 port collapsible and collapsed functionality is removed. See #1886728: Switch from details to fieldset when collapsing isn't needed and #1892968: Fieldsets vs. Details: When to use what and why? for more information. For same functionality in D8 use Views details style plugin.
Features
- Configure fieldset to be collapsible.
- Show fieldset collapsed.
- Choose the title of fieldset from the fields added to view.
- Optional fieldset description from the fields added to view.
Requirements
Known problems
Fieldset is not working correctly when content display format is selected. (Fixed in dev version)
Credits
- Basic idea/code for this project is taken from dawehner's github views example module.
