Views ajax library in Views (for Drupal 7) 6.2
Same name and namespace in other branches
- 8.3 includes/ajax.inc \ajax
- 6.3 includes/ajax.inc \ajax
- 7.3 includes/ajax.inc \ajax
@file ajax.inc
Handles the server side AJAX interactions of Views.
File
Functions
Name | Location | Description |
---|---|---|
views_ajax |
includes/ |
Menu callback to load a view via AJAX. |
views_ajax_autocomplete_user |
includes/ |
Page callback for views user autocomplete |
views_ajax_form_wrapper |
includes/ |
Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client. |
views_ajax_render |
includes/ |
Simple render function to make sure output is what we want. |