Functions

includes/ajax.inc File Reference

Handles the server side AJAX interactions of Views. More...

Go to the source code of this file.

Functions

 views_ajax ()
 Menu callback to load a view via AJAX.
 views_ajax_command_set_form ($output, $title, $url=NULL)
 Creates a Drupal AJAX 'viewsSetForm' command.
 views_ajax_command_dismiss_form ()
 Creates a Drupal AJAX 'viewsDismissForm' command.
 views_ajax_command_hilite ($selector)
 Creates a Drupal AJAX 'viewsHilite' command.
 views_ajax_command_add_tab ($id, $title, $body)
 Creates a Drupal AJAX 'addTab' command.
 views_ajax_command_scroll_top ($selector)
 Scroll to top of the current view.
 views_ajax_command_show_buttons ()
 Shows Save and Cancel buttons.
 views_ajax_command_trigger_preview ()
 Trigger the Views live preview.
 views_ajax_command_replace_title ($title)
 Replace the page title.
 views_ajax_error ($message)
 Return an AJAX error.
 views_ajax_form_wrapper ($form_id, &$form_state)
 Wrapper around drupal_build_form to handle some AJAX stuff automatically.
 views_ajax_autocomplete_user ($string= '')
 Page callback for views user autocomplete.
 views_ajax_autocomplete_taxonomy ($vid, $tags_typed= '')
 Page callback for views taxonomy autocomplete.

Detailed Description

Handles the server side AJAX interactions of Views.

Definition in file ajax.inc.