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