You are here

Views AJAX library in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 8.3 includes/ajax.inc \ajax
  2. 6.2 includes/ajax.inc \ajax
  3. 7.3 includes/ajax.inc \ajax

Handles the server side AJAX interactions of Views.

File

includes/ajax.inc, line 8
Handles the server side AJAX interactions of Views.

Functions

Namesort descending Location Description
views_ajax includes/ajax.inc Menu callback to load a view via AJAX.
views_ajax_autocomplete_user includes/ajax.inc Page callback for views user autocomplete
views_ajax_form_wrapper includes/ajax.inc Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.
views_ajax_render includes/ajax.inc Simple render function to make sure output is what we want.