Ajax framework commands
Functions to create various Ajax commands.
These functions can be used to create arrays for use with the ajax_render() function.
File
- drupal-7.x/
includes/ ajax.inc, line 756 - Functions for use with Drupal's Ajax framework.
Functions
Name | Location | Description |
---|---|---|
ajax_command_after |
drupal-7.x/ |
Creates a Drupal Ajax 'insert/after' command. |
ajax_command_alert |
drupal-7.x/ |
Creates a Drupal Ajax 'alert' command. |
ajax_command_append |
drupal-7.x/ |
Creates a Drupal Ajax 'insert/append' command. |
ajax_command_before |
drupal-7.x/ |
Creates a Drupal Ajax 'insert/before' command. |
ajax_command_changed |
drupal-7.x/ |
Creates a Drupal Ajax 'changed' command. |
ajax_command_css |
drupal-7.x/ |
Creates a Drupal Ajax 'css' command. |
ajax_command_data |
drupal-7.x/ |
Creates a Drupal Ajax 'data' command. |
ajax_command_html |
drupal-7.x/ |
Creates a Drupal Ajax 'insert/html' command. |
ajax_command_insert |
drupal-7.x/ |
Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. |
ajax_command_invoke |
drupal-7.x/ |
Creates a Drupal Ajax 'invoke' command. |
ajax_command_prepend |
drupal-7.x/ |
Creates a Drupal Ajax 'insert/prepend' command. |
ajax_command_remove |
drupal-7.x/ |
Creates a Drupal Ajax 'remove' command. |
ajax_command_replace |
drupal-7.x/ |
Creates a Drupal Ajax 'insert/replaceWith' command. |
ajax_command_restripe |
drupal-7.x/ |
Creates a Drupal Ajax 'restripe' command. |
ajax_command_settings |
drupal-7.x/ |
Creates a Drupal Ajax 'settings' command. |