Components
- Code
- Documentation
- Miscellaneous
- User interface
Images
Ecosystem
Licence
http://www.gnu.org/licenses/old-licenses/gpl-2.0.htmlpermet d'ajouter des fieldsets dans l'affichage dans views
Release
Covered by Drupal's security advisory policy
Covered by Drupal's security advisory policy
Release type : Bug fixes
Description
🇺🇦 |
This module is maintained by Ukrainian developers. Please consider supporting Ukraine in a fight for their freedom and safety of Europe. |
Creates fieldset
(and details
and div
) in Views fields output, to group fields, by adding a new field: "Global: Fieldset" and a few preprocessors. Also introduces a new template: views-fieldsets-fieldset.tpl.php
where you can customize your fieldset output.
Steps
- Download & install
- Open existing view or create new
- Add fields
- Add field "Global: Fieldset" and customize settings (html tag, collapsible, tokens etc)
- Add more fields?
- Rearrange fields to drag normal fields under Fieldset fields. You can nest fieldsets.
- Result will be visible in Preview
Theming
There are several new templates. You can specify the filename the Views way. See Theme: Information for theme hook suggestion specifics. Availables:
views-fieldsets-fieldset.tpl.php
views-fieldsets-fieldset--events.tpl.php
views-fieldsets-fieldset--default.tpl.php
(all tags)views-fieldsets-fieldset--default.tpl.php
(per tag)views-fieldsets-fieldset--page.tpl.php
views-fieldsets-fieldset--events--page.tpl.php
And of course the related preprocessors: template_preprocess_views_fieldsets_fieldset()
, template_preprocess_views_fieldsets_fieldset__events()
etc.
Version 2
2.x will have better template naming. 3 different theme functions for 3 different kind of fieldsets:
fieldset
withlegend
div
without titledetails
with optional title
It will also support custom types
. See .api.php
.
If you only ever used the normal fieldset, it will be fully backward compatible with 1.x. Test well anyway!
Views Grouping
The module is not compatible with Views grouping fields (found within "Format > Settings" of the view). If attempting to add a fieldset wrapper to a set of fields grouped by another field, override the relevant Views template. Use Theme: information to find which one.
Toutes les informations proviennent du site drupal.org