Full ELMS Learning Network documentation
Search for pager
- Search CLE 7 for pager
- Search ECD 7 for pager
- Search Media 7 for pager
- Search Harmony 7 for pager
- Search ICOR 7 for pager
- Search Meedjum Blog 7 for pager
- Search MOOC 7 for pager
Name | Type | Location | Description |
---|---|---|---|
pager.inc | file |
includes/ |
Functions to aid in presenting database results as a set of pages. |
tao_pager | function |
sites/ |
Override of theme_pager(). Easily one of the most obnoxious theming jobs in Drupal core. Goals: consolidate functionality into less than 5 functions and ensure the markup will not conflict with major other styles (theme_item_list() in particular). |
pager.inc | file |
sites/ |
|
theme_pager | function |
includes/ |
Returns HTML for a query pager. |
omega_pager | function |
sites/ |
Returns HTML for a query pager. |
aurora_pager | function |
sites/ |
Returns HTML for a query pager. |
PagerDefault | class |
includes/ |
Query extender for pager queries. |
Pager pieces | group |
includes/ |
Theme functions for customizing pager elements. |
top-pager.html | file |
sites/ |
|
tao_pager_list | function |
sites/ |
Split out page list generation into its own function. |
tao_pager_link | function |
sites/ |
Return an array suitable for theme_links() rather than marked up HTML link. |
date_pager_url | function |
sites/ |
A version of date_real_url that formats links correctly for the new Date pager. |
views_pager.inc | file |
sites/ |
Allow a view context to display its attachment(s). |
fontfolio_pager | function |
sites/ |
Overrides core theme_pager function to manipulate pager classes |
pager_find_page | function |
includes/ |
Returns the current page being requested for display within a pager. |
view::use_pager | function |
sites/ |
Determine if the pager actually uses a pager. |
cleanpager.info | file |
sites/ |
name = Clean Pagination description = Enables clean URLs for pagination. core = 7.x ; Information added by drupal.org packaging script on 2012-08-22 version = "7.x-1.0" core = "7.x" project = "cleanpager" datestamp =… |
theme_pager_next | function |
includes/ |
Returns HTML for the "next page" link in a query pager. |
theme_pager_last | function |
includes/ |
Returns HTML for the "last page" link in query pager. |
theme_pager_link | function |
includes/ |
Returns HTML for a link to a specific query result page. |
pager_load_array | function |
includes/ |
Helper function |
view::init_pager | function |
sites/ |
Initialize the pager |
aurora_pager_next | function |
sites/ |
Returns HTML for the "next page" link in a query pager. |
aurora_pager_last | function |
sites/ |
Returns HTML for the "last page" link in query pager. |
aurora_pager_link | function |
sites/ |
Returns HTML for a link to a specific query result page. |
theme_pager_first | function |
includes/ |
Returns HTML for the "first page" link in a query pager. |
cleanpager.module | file |
sites/ |
|
aurora_pager_first | function |
sites/ |
Returns HTML for the "first page" link in a query pager. |
views_plugin_pager | class |
sites/ |
The base plugin to handle pager. |
Views pager plugins | group |
sites/ |
@todo. |
PagerDefault::limit | function |
includes/ |
Specify the maximum number of elements per page for this query. |
tao_views_mini_pager | function |
sites/ |
Override of theme_views_mini_pager(). |
views_litepager.info | file |
sites/ |
name = Views Litepager description = Provide a pager plugin for Views that doesn't require an expensive count query dependencies[] = views core = 7.x package = Views files[] = views_litepager_plugin_pager_lite.inc ; Information added by… |
PagerDefault::$limit | property |
includes/ |
The number of elements per page to allow. |
theme_pager_previous | function |
includes/ |
Returns HTML for the "previous page" link in a query pager. |
zurb_foundation_pager | function |
sites/ |
Replace Drupal pagers with Foundation pagers. |
aurora_pager_previous | function |
sites/ |
Returns HTML for the "previous page" link in a query pager. |
PagerDefault::execute | function |
includes/ |
Override the execute method. |
PagerDefault::element | function |
includes/ |
Specify the element ID for this pager query. |
theme_views_mini_pager | function |
sites/ |
|
views_litepager.module | file |
sites/ |
|
views_plugin_pager.inc | file |
sites/ |
Definition of views_plugin_pager. |
PagerDefault::$element | property |
includes/ |
The unique ID of this pager on this page. |
omega_views_mini_pager | function |
sites/ |
Implements hook_views_mini_pager(). |
views_plugin_pager_some | class |
sites/ |
Plugin for views without pagers. |
EntityFieldQuery::pager | function |
includes/ |
Enables a pager for the query. |
views_plugin_pager_mini | class |
sites/ |
The plugin to handle mini pager. |
views_litepager.install | file |
sites/ |
|
date_views_plugin_pager | class |
sites/ |
Example plugin to handle paging by month. |
views_plugin_pager_full | class |
sites/ |
The plugin to handle full pager. |