Views AJAX library

Handles the server side AJAX interactions of Views.

File

drupal/core/modules/views/includes/ajax.inc, line 10
Handles the server side AJAX interactions of Views.

Functions

Namesort descending Location Description
views_ajax drupal/core/modules/views/includes/ajax.inc Menu callback to load a view via AJAX.
views_ajax_autocomplete_taxonomy drupal/core/modules/views/includes/ajax.inc Page callback for views taxonomy autocomplete.
views_ajax_autocomplete_user drupal/core/modules/views/includes/ajax.inc Page callback for views user autocomplete.
views_ajax_command_add_tab drupal/core/modules/views/includes/ajax.inc Creates a Drupal AJAX 'addTab' command.
views_ajax_command_dismiss_form drupal/core/modules/views/includes/ajax.inc Creates a Drupal AJAX 'viewsDismissForm' command.
views_ajax_command_hilite drupal/core/modules/views/includes/ajax.inc Creates a Drupal AJAX 'viewsHilite' command.
views_ajax_command_replace_title drupal/core/modules/views/includes/ajax.inc Replace the page title.
views_ajax_command_scroll_top drupal/core/modules/views/includes/ajax.inc Scroll to top of the current view.
views_ajax_command_set_form drupal/core/modules/views/includes/ajax.inc Creates a Drupal AJAX 'viewsSetForm' command.
views_ajax_command_show_buttons drupal/core/modules/views/includes/ajax.inc Shows Save and Cancel buttons.
views_ajax_command_trigger_preview drupal/core/modules/views/includes/ajax.inc Trigger the Views live preview.
views_ajax_error drupal/core/modules/views/includes/ajax.inc Return an AJAX error.
views_ajax_form_wrapper drupal/core/modules/views/includes/ajax.inc Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.