Search for forms
- Search 9.5.x for forms
- Search 8.9.x for forms
- Search 10.3.x for forms
- Search 11.x for forms
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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. |
BatchProcessingTestCase::testDrupalFormSubmitInBatch | function | modules/ |
Test that drupal_form_submit() can run within a batch operation. |
comment_forms | function | modules/ |
Implements hook_forms(). |
dashboard_forms | function | modules/ |
Implements hook_forms(). |
FieldFormTestCase::testFieldFormSingle | function | modules/ |
|
FieldFormTestCase::testFieldFormSingleRequired | function | modules/ |
|
FormsArbitraryRebuildTestCase | class | modules/ |
Tests rebuilding of arbitrary forms by altering them. |
FormsArbitraryRebuildTestCase::getInfo | function | modules/ |
|
FormsArbitraryRebuildTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField | function | modules/ |
Tests a rebuild caused by a multiple value field. |
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild | function | modules/ |
Tests a basic rebuild with the user registration form. |
FormsElementsLabelsTestCase | class | modules/ |
Test form element labels, required markers and associated output. |
FormsElementsLabelsTestCase::getInfo | function | modules/ |
|
FormsElementsLabelsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsElementsLabelsTestCase::testFormLabels | function | modules/ |
Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed. |
FormsElementsTableSelectFunctionalTest | class | modules/ |
Test the tableselect form element for expected behavior. |
FormsElementsTableSelectFunctionalTest::formSubmitHelper | function | modules/ |
Helper function for the option check test to submit a form while collecting errors. |
FormsElementsTableSelectFunctionalTest::getInfo | function | modules/ |
|
FormsElementsTableSelectFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsElementsTableSelectFunctionalTest::testAdvancedSelect | function | modules/ |
Test the #js_select property. |
FormsElementsTableSelectFunctionalTest::testAjax | function | modules/ |
Test presence of ajax functionality |
FormsElementsTableSelectFunctionalTest::testEmptyText | function | modules/ |
Test the display of the #empty text when #options is an empty array. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.