You are here

README.txt in Field Collection Table 7

-- SUMMARY --

The Field Collection Table module adds a widget and field formatter
for Field Collection Items to display them in a table.

 * For a full description of the module, visit the project page:
   https://drupal.org/project/field_collection_table

 * To submit bug reports and feature suggestions, or to track changes:
   https://drupal.org/project/issues/field_collection_table


-- REQUIREMENTS --

Field collection (https://drupal.org/project/field_collection)


-- INSTALLATION --

Install as you would normally install a contributed Drupal module. Visit:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information.


-- CONFIGURATION --

* The module provides a field formatter and an input widget for field collection
  items. Configuration is found here.


-- CUSTOMIZATION --

* To display field labels inline (ex. small screen and the table breaks),
  the data-title attribute can be used in a pseudo element.

  For example:
  @media (max-width: 700px) {
      .field-collection-table-view td:before {
          content: attr(data-title)": ";
      }
  }

  For compatibility, see: http://caniuse.com/#feat=css-gencontent


-- CONTACT --

Current maintainers:
* Kevin Einarsson (kevineinarsson) - http://drupal.org/u/kevineinarsson
* Kristoffer Wiklund (kristofferwiklund) - http://drupal.org/u/kristofferwiklund

File

README.txt
View source
  1. -- SUMMARY --
  2. The Field Collection Table module adds a widget and field formatter
  3. for Field Collection Items to display them in a table.
  4. * For a full description of the module, visit the project page:
  5. https://drupal.org/project/field_collection_table
  6. * To submit bug reports and feature suggestions, or to track changes:
  7. https://drupal.org/project/issues/field_collection_table
  8. -- REQUIREMENTS --
  9. Field collection (https://drupal.org/project/field_collection)
  10. -- INSTALLATION --
  11. Install as you would normally install a contributed Drupal module. Visit:
  12. https://drupal.org/documentation/install/modules-themes/modules-7
  13. for further information.
  14. -- CONFIGURATION --
  15. * The module provides a field formatter and an input widget for field collection
  16. items. Configuration is found here.
  17. -- CUSTOMIZATION --
  18. * To display field labels inline (ex. small screen and the table breaks),
  19. the data-title attribute can be used in a pseudo element.
  20. For example:
  21. @media (max-width: 700px) {
  22. .field-collection-table-view td:before {
  23. content: attr(data-title)": ";
  24. }
  25. }
  26. For compatibility, see: http://caniuse.com/#feat=css-gencontent
  27. -- CONTACT --
  28. Current maintainers:
  29. * Kevin Einarsson (kevineinarsson) - http://drupal.org/u/kevineinarsson
  30. * Kristoffer Wiklund (kristofferwiklund) - http://drupal.org/u/kristofferwiklund