Track Field guide

The Track Field has several different widgets and formatters, so that it may be used in a variety of situations.

Widgets

Widgets are ways that the field can be presented to the user when editing the field. The Track Field provides these widgets:

  • Form fields: Presents plain ol' Drupal form fields.
  • Table: The fields are presented in a table format.
  • Form fields, single track: Same as the Form Fields widget, but provides additional fields that are unnecessary when entering tracks on a release. Used by the Track Node module.
  • Table, single track: Same as the Table widget, but provides additional fields. Used by the Track Node module.

Formatters

Formatters are ways that the field can be presented to the user when viewing the field. Formatters are also integrated with the Views module. The Track Field provides these formatters:

  • Theme Template (default)
    Uses a theme template to display the tracks. The theme template is called
    discog-field-track.tpl.php, and may be overridden by any theme developer.
  • Formatted Text: Displays tracks as text, wrapped in HTML tags. Empty fields are not displayed.
Subscribe with RSS Subscribe to RSS - track