1 view.inc view::set_use_ajax($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

core/modules/views/includes/view.inc, line 434
Provides the view object type and associated methods.

Class

view

Code

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