function view::set_pager_element in Views (for Drupal 7) 6.2
The pager element id to use if use_apger is on
File
Class
- view
- An object to contain all of the data to generate a view, plus the member functions to build the view query, execute the query and render the output.
Code
function set_pager_element($pager_element) {
$this->pager['element'] = $pager_element;
}