Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
All non-image fields are grouped into the wrapper DIV which is used for extra customizing of field display style
When the accordion tab is closed, its visible edge is used to trigger the accordion. You can simply set up the width of the edge via plugin style settings form
Description
The Views Universal Accordion module is a Views style plugin that displays the results in a accordion style.
The module uses uAccordion library based on zAccordion. But unlike the basic version, the library has a major enhancement: it can now display the accordion in horizontal or vertical style depending on the configuration parameter which can be easily set up in the plugin settings form. Like its ancestor, the library also has flexible handler function mechanism which allows to customize the accordion behaviour.
See README.txt for the details
Chess Annotation is a chess module that creates a custom content type for displaying annotated chess games. It uses Chesstempo.com 's JavaScript library to parse the PGN.
This module allows site builders to easily define new field Formatters without having to write code. Each Formatter is a set of simple configurable components which will be called one by one to generate the output.
It is highly inspired by the core Image module.
Warning
The current development version is not functionnal at all. This module is a work in progress and we will release an alpha version as soon as the main part of the work will be done.
Create a new Formatter, fill its name and choose on which field types it will apply.
Add one or many components to your Formatter and define their default settings.
Go to your entity display settings and select the new Formatter you want to apply on your field. You can override components' settings that have been specified previously.