README.txt |
README.txt |
|
Views Conditional Drupal Module
---------------------------------------------
Views Conditional is a simple module that allows
you to define conditionals (if xxx then yyy)
with fields in views. Conditions include:
- Equal to
- Not equal to
-… |
views_conditional.info |
views_conditional.info |
|
name = "Views Conditional"
description = "Allows conditional views output."
dependencies[] = views
package = Views
core = 7.x
; Include views handlers
files[] = includes/views/handlers/views_conditional_handler.inc |
views_conditional.module |
views_conditional.module |
|
Views condition is a simple module that allows
you to define conditionals (if xxx then yyy) with
fields in views. Conditions include: |
views_conditional.views.inc |
includes/views/views_conditional.views.inc |
|
Include file for defining views handlers and data. |
views_conditional_handler.inc |
includes/views/handlers/views_conditional_handler.inc |
|
Handles conditionals in Views. IF xxx THEN yyy... |