Same name and namespace in other branches
  1. 6.x-3.x includes/view.inc \view::set_use_ajax()

Whether or not AJAX should be used. If AJAX is used, paging, tablesorting and exposed filters will be fetched via an AJAX call rather than a page refresh.

File

includes/view.inc, line 438
views_objects Objects that represent a View or part of a view

Class

view

Code

public function set_use_ajax($use_ajax) {
  $this->use_ajax = $use_ajax;
}