README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Limitations
* Installation
* Configuration
* Working
INTRODUCTION
------------
Current Maintainer: Gaël Gosset <ggosset@insite.coop>
This module adds next and previous links… |
views_navigation.api.php |
views_navigation.api.php |
|
API hooks provided by the Views navigation module. |
views_navigation.inc |
views_navigation.inc |
|
Views navigation main include file. |
views_navigation.info |
views_navigation.info |
|
name = Views navigation
description = "Add next/previous buttons at the bottom of entity pages when coming from a view"
core = "7.x"
files[] = views/views_navigation_handler_field_node.inc
files[] =… |
views_navigation.install |
views_navigation.install |
|
Views navigation (un-)install functions. |
views_navigation.module |
views_navigation.module |
|
Views navigation module. |
views_navigation.test |
tests/views_navigation.test |
|
Test class for Views Navigation. |
views_navigation_handler_entity_field_entity.inc |
views/views_navigation_handler_entity_field_entity.inc |
|
|
views_navigation_handler_entity_field_field.inc |
views/views_navigation_handler_entity_field_field.inc |
|
Class to return views navigation handler entity field. |
views_navigation_handler_entity_field_text.inc |
views/views_navigation_handler_entity_field_text.inc |
|
Function form return views navigation handler entity field text. |
views_navigation_handler_entity_field_uri.inc |
views/views_navigation_handler_entity_field_uri.inc |
|
Class to get views navigation handler entity field uri. |
views_navigation_handler_field_field.inc |
views/views_navigation_handler_field_field.inc |
|
Class to implements views navigation handler field field. |
views_navigation_handler_field_node.inc |
views/views_navigation_handler_field_node.inc |
|
Function to return the Node handler for Views Navigation. |
views_navigation_handler_field_node_link.inc |
views/views_navigation_handler_field_node_link.inc |
|
Function to return the Node Link handler for Views Navigation. |
views_navigation_handler_field_node_path.inc |
views/views_navigation_handler_field_node_path.inc |
|
Function to return the Node Path handler for Views Navigation. |
views_navigation_plugin_display_extender_views_navigation.inc |
views/views_navigation_plugin_display_extender_views_navigation.inc |
|
Function to return plugin Display Extender entity view. |
views_navigation_plugin_ds_entity_view.inc |
views/views_navigation_plugin_ds_entity_view.inc |
|
Function to return plugin Display Suite entity view. |
views_navigation_plugin_entity_row_entity_view.inc |
views/views_navigation_plugin_entity_row_entity_view.inc |
|
Function to return plugin entity row entity view. |