Search for A
Title | Object type | File name | Summary |
---|---|---|---|
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. |
ajax_forms_test_menu | function | modules/ |
Implements hook_menu(). |
ajax_forms_test_simple_form | function | modules/ |
A basic form used to test form_state['values'] during callback. |
ajax_forms_test_simple_form_checkbox_callback | function | modules/ |
Ajax callback triggered by checkbox. |
ajax_forms_test_simple_form_select_callback | function | modules/ |
Ajax callback triggered by select. |
ajax_forms_test_validation_form | function | modules/ |
This form and its related submit and callback functions demonstrate not validating another form element when a single Ajax element is triggered. |
ajax_forms_test_validation_form_callback | function | modules/ |
Ajax callback for the 'drivertext' element of the validation form. |
ajax_forms_test_validation_form_submit | function | modules/ |
Submit handler for the validation form. |
ajax_form_callback | function | includes/ |
Menu callback; handles Ajax requests for the #ajax Form API property. |
ajax_get_form | function | includes/ |
Gets a form submitted via #ajax during an Ajax callback. |
ajax_prepare_response | function | includes/ |
Converts the return value of a page callback into an Ajax commands array. |
ajax_pre_render_element | function | includes/ |
Adds Ajax information about an element to communicate with JavaScript. |
ajax_process_form | function | includes/ |
Form element processing handler for the #ajax form property. |
ajax_render | function | includes/ |
Renders a commands array into JSON. |
ajax_set_verification_header | function | includes/ |
Sets a response header for ajax.js to trust the response body. |
ajax_test.info | file | modules/ |
name = AJAX Test description = Support module for AJAX framework tests. package = Testing version = VERSION core = 7.x hidden = TRUE |
ajax_test.module | file | modules/ |
Helper module for Ajax framework tests. |
ajax_test_error | function | modules/ |
Menu callback; Returns Ajax element with #error property set. |
ajax_test_link | function | modules/ |
Menu callback; Renders a #type link with #ajax. |
ajax_test_menu | function | modules/ |
Implements hook_menu(). |
ajax_test_render | function | modules/ |
Menu callback; Return an element suitable for use by ajax_deliver(). |
ajax_test_system_theme_info | function | modules/ |
Implements hook_system_theme_info(). |
anonymous_user_unblock_test.info | file | modules/ |
name = Anonymous user unblock action tests description = Support module for anonymous user unblock action testing. package = Testing version = VERSION core = 7.x hidden = TRUE |
anonymous_user_unblock_test.module | file | modules/ |
Dummy module implementing hook_user_load(). |
anonymous_user_unblock_test_user_load | function | modules/ |
Implements hook_user_load(). |
archiver.inc | file | includes/ |
Shared classes and interfaces for the archiver system. |
ArchiverInterface | interface | includes/ |
Defines the common interface for all Archiver classes. |
ArchiverInterface::add | function | includes/ |
Adds the specified file or directory to the archive. |
ArchiverInterface::extract | function | includes/ |
Extracts multiple files in the archive to the specified path. |
ArchiverInterface::listContents | function | includes/ |
Lists all files in the archive. |
ArchiverInterface::remove | function | includes/ |
Removes the specified file from the archive. |
ArchiverInterface::__construct | function | includes/ |
Constructs a new archiver instance. |
ArchiverTar | class | modules/ |
Archiver for .tar files. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.