Posted by overall on June 22, 2009 at 2:48pm
Field handler to provide custom displays by using one of specified input formats (i.e. Filtered HTML, PHP code, Smarty code) with ability to access value of current field, all arguments values, all rows values, all fields values (of current row), rendered output of previous fields (of current row) and current row index from specified code.
Variables available in specified code (for PHP code, Smarty code, and other that support use of variables):
- $args - Indexed array. Values are arguments values.
- $field - Scalar. Value of current field.
- $row - Object. Fields are view fields names. Values are values of current row fields.
- $rows - Indexed array. Values are objects like $row.
- $output - Object. Fields are view fields names. Values are rendered values (HTML code) of current row fields. Contains fields only previous to current.
- $field_name - Name of current field.
- $row_index - Index of current row. // Only if http://drupal.org/node/430068#comment-1690684 patch is applied
Downloads
Project Information
- Module categories: Content Display, Filters/Editors, Views
- Maintenance status: Unknown
- Development status: Unknown
- Reported installs: 336 sites currently report using this module. View usage statistics.
- Last modified: June 22, 2009