Search for %s
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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_css | function | includes/ |
Creates a Drupal Ajax 'css' command. |
| ajax_command_insert | function | includes/ |
Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. |
| ajax_command_restripe | function | includes/ |
Creates a Drupal Ajax 'restripe' command. |
| ajax_command_settings | function | includes/ |
Creates a Drupal Ajax 'settings' command. |
| ajax_forms_test.info | file | modules/ |
name = "AJAX form test mock module" description = "Test for AJAX form calls." core = 7.x package = Testing version = VERSION hidden = TRUE |
| ajax_forms_test.module | file | modules/ |
Simpletest mock module for Ajax forms testing. |
| ajax_forms_test_advanced_commands_add_css_callback | function | modules/ |
Ajax callback for 'add_css'. |
| ajax_forms_test_advanced_commands_after_callback | function | modules/ |
Ajax callback for 'after'. |
| ajax_forms_test_advanced_commands_alert_callback | function | modules/ |
Ajax callback for 'alert'. |
| ajax_forms_test_advanced_commands_append_callback | function | modules/ |
Ajax callback for 'append'. |
| ajax_forms_test_advanced_commands_before_callback | function | modules/ |
Ajax callback for 'before'. |
| ajax_forms_test_advanced_commands_changed_asterisk_callback | function | modules/ |
Ajax callback for 'changed' with asterisk marking inner div. |
| ajax_forms_test_advanced_commands_changed_callback | function | modules/ |
Ajax callback for 'changed'. |
| ajax_forms_test_advanced_commands_css_callback | function | modules/ |
Ajax callback for 'css'. |
| ajax_forms_test_advanced_commands_data_callback | function | modules/ |
Ajax callback for 'data'. |
| ajax_forms_test_advanced_commands_html_callback | function | modules/ |
Ajax callback for 'html'. |
| ajax_forms_test_advanced_commands_insert_callback | function | modules/ |
Ajax callback for 'insert'. |
| ajax_forms_test_advanced_commands_invoke_callback | function | modules/ |
Ajax callback for 'invoke'. |
| ajax_forms_test_advanced_commands_prepend_callback | function | modules/ |
Ajax callback for 'prepend'. |
| ajax_forms_test_advanced_commands_remove_callback | function | modules/ |
Ajax callback for 'remove'. |
| ajax_forms_test_advanced_commands_restripe_callback | function | modules/ |
Ajax callback for 'restripe'. |
| ajax_forms_test_advanced_commands_settings_callback | function | modules/ |
Ajax callback for 'settings'. |
| ajax_forms_test_ajax_commands_form | function | modules/ |
Form to display the Ajax Commands. |
| ajax_forms_test_lazy_load_form | function | modules/ |
Form builder: Builds a form that triggers a simple AJAX callback. |
| ajax_forms_test_lazy_load_form_ajax | function | modules/ |
AJAX callback for the ajax_forms_test_lazy_load_form() form. |
| ajax_forms_test_lazy_load_form_submit | function | modules/ |
Form submit handler: Adds JavaScript and CSS that wasn't on the original form. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.