Adaptive |
src/Plugin/pagerer/Adaptive.php |
Pager style with links to pages following an adaptive logic. |
Basic |
src/Plugin/pagerer/Basic.php |
Basic pager style similar to Views' 'mini' pager. |
Mini |
src/Plugin/pagerer/Mini.php |
Pager style to display current page/item in a direct entry textbox. |
Multipane |
src/Plugin/pagerer/Multipane.php |
A multi-pane (left, center, and right) pager style. |
PagererStyleBase |
src/Plugin/pagerer/PagererStyleBase.php |
Base plugin for Pagerer. |
Progressive |
src/Plugin/pagerer/Progressive.php |
Pager style with links to pages progressively more distant from current. |
Scrollpane |
src/Plugin/pagerer/Scrollpane.php |
Pager style to display a scrollpane embedding a full pager. |
Slider |
src/Plugin/pagerer/Slider.php |
Pager style using a jQuery slider. |
Standard |
src/Plugin/pagerer/Standard.php |
Pager style alike standard Drupal pager theme. |