Search for form
Title | Object type | File name | Summary |
---|---|---|---|
aggregator_admin_form | function | modules/ |
Form constructor for the aggregator system settings. |
aggregator_admin_form_submit | function | modules/ |
Form submission handler for aggregator_admin_form(). |
aggregator_form_aggregator_admin_form_alter | function | modules/ |
Implements hook_form_aggregator_admin_form_alter(). |
aggregator_form_category | function | modules/ |
Form constructor to add/edit/delete aggregator categories. |
aggregator_form_category_submit | function | modules/ |
Form submission handler for aggregator_form_category(). |
aggregator_form_category_validate | function | modules/ |
Form validation handler for aggregator_form_category(). |
aggregator_form_feed | function | modules/ |
Form constructor for adding and editing feed sources. |
aggregator_form_feed_submit | function | modules/ |
Form submission handler for aggregator_form_feed(). |
aggregator_form_feed_validate | function | modules/ |
Form validation handler for aggregator_form_feed(). |
aggregator_form_opml | function | modules/ |
Form constructor for importing feeds from OPML. |
aggregator_form_opml_submit | function | modules/ |
Form submission handler for aggregator_form_opml(). |
aggregator_form_opml_validate | function | modules/ |
Form validation handler for aggregator_form_opml(). |
aggregator_page_category_form | function | modules/ |
Page callback: Displays a form containing items aggregated in a category. |
aggregator_page_source_form | function | modules/ |
Page callback: Displays a form with all items captured from a feed. |
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. |
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. |
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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.