Search for all
Title | Object type | File name | Summary |
---|---|---|---|
aggregator_update_7003 | function | modules/ |
Increase the length of {aggregator_feed}.url. |
aggregator_update_7004 | function | modules/ |
Add index on timestamp. |
aggregator_view | function | modules/ |
Displays the aggregator administration page. |
Ajax framework | group | includes/ |
Functions for Drupal's Ajax framework. |
Ajax framework commands | group | includes/ |
Functions to create various Ajax commands. |
ajax.inc | file | includes/ |
Functions for use with Drupal's Ajax framework. |
ajax.test | file | modules/ |
|
AJAXCommandsTestCase | class | modules/ |
Tests Ajax framework commands. |
AJAXCommandsTestCase::getInfo | function | modules/ |
|
AJAXCommandsTestCase::testAJAXCommands | function | modules/ |
Test the various Ajax Commands. |
AJAXElementValidation | class | modules/ |
Miscellaneous Ajax tests using ajax_test module. |
AJAXElementValidation::getInfo | function | modules/ |
|
AJAXElementValidation::testAJAXElementValidation | function | modules/ |
Try to post an Ajax change to a form that has a validated element. |
AJAXFormPageCacheTestCase | class | modules/ |
Test Ajax forms when page caching for anonymous users is turned on. |
AJAXFormPageCacheTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
AJAXFormPageCacheTestCase::getFormBuildId | function | modules/ |
Return the build id of the current form. |
AJAXFormPageCacheTestCase::getInfo | function | modules/ |
|
AJAXFormPageCacheTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AJAXFormPageCacheTestCase::testSimpleAJAXFormValue | function | modules/ |
Create a simple form, then POST to system/ajax to change to it. |
AJAXFormValuesTestCase | class | modules/ |
Test that $form_state['values'] is properly delivered to $ajax['callback']. |
AJAXFormValuesTestCase::$web_user | property | modules/ |
|
AJAXFormValuesTestCase::getInfo | function | modules/ |
|
AJAXFormValuesTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AJAXFormValuesTestCase::testSimpleAJAXFormValue | function | modules/ |
Create a simple form, then POST to system/ajax to change to it. |
AJAXFrameworkTestCase | class | modules/ |
Tests primary Ajax framework functions. |
AJAXFrameworkTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
AJAXFrameworkTestCase::getInfo | function | modules/ |
|
AJAXFrameworkTestCase::testAJAXRender | function | modules/ |
Test that ajax_render() returns JavaScript settings generated during the page request. |
AJAXFrameworkTestCase::testAJAXRenderError | function | modules/ |
Test behavior of ajax_render_error(). |
AJAXFrameworkTestCase::testLazyLoad | function | modules/ |
Test that new JavaScript and CSS files added during an AJAX request are returned. |
AJAXFrameworkTestCase::testLazyLoadOverriddenCSS | function | modules/ |
Tests that overridden CSS files are not added during lazy load. |
AJAXMultiFormTestCase | class | modules/ |
Tests that Ajax-enabled forms work when multiple instances of the same form are on a page. |
AJAXMultiFormTestCase::$web_user | property | modules/ |
|
AJAXMultiFormTestCase::getInfo | function | modules/ |
|
AJAXMultiFormTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AJAXMultiFormTestCase::testMultiForm | function | modules/ |
Test that a page with the 'page_node_form' included twice works correctly. |
AJAXTestCase | class | modules/ |
|
AJAXTestCase::assertCommand | function | modules/ |
Assert that a command with the required properties exists within the array of Ajax commands returned by the server. |
AJAXTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ajax_base_page_theme | function | includes/ |
Theme callback for Ajax requests. |
ajax_command_add_css | function | includes/ |
Creates a Drupal Ajax 'add_css' command. |
ajax_command_after | function | includes/ |
Creates a Drupal Ajax 'insert/after' command. |
ajax_command_alert | function | includes/ |
Creates a Drupal Ajax 'alert' command. |
ajax_command_append | function | includes/ |
Creates a Drupal Ajax 'insert/append' command. |
ajax_command_before | function | includes/ |
Creates a Drupal Ajax 'insert/before' command. |
ajax_command_changed | function | includes/ |
Creates a Drupal Ajax 'changed' command. |
ajax_command_css | function | includes/ |
Creates a Drupal Ajax 'css' command. |
ajax_command_data | function | includes/ |
Creates a Drupal Ajax 'data' command. |
ajax_command_html | function | includes/ |
Creates a Drupal Ajax 'insert/html' command. |
ajax_command_insert | function | includes/ |
Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.