Drupal 7 Views: Which type of output to use for re

2019-09-06 11:36发布

问题:

When selecting theming information in views what type of output will enable me to re-render the links? The links require title attributes and the views gui is not an option.

  • Display
  • Style
  • Row
  • Field

回答1:

Resolved: Used 'Row output' as the theme suggestion and manipulated the $fields variable before looping its properties.