Search for form
Title | Object type | File name | Summary |
---|---|---|---|
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_process_form | function | includes/ |
Form element processing handler for the #ajax form property. |
authorize_filetransfer_form | function | includes/ |
Form constructor for the file transfer authorization form. |
authorize_filetransfer_form_submit | function | includes/ |
Form submission handler for authorize_filetransfer_form(). |
authorize_filetransfer_form_validate | function | includes/ |
Form validation handler for authorize_filetransfer_form(). |
BatchProcessingTestCase::testBatchForm | function | modules/ |
Test batches defined in a form submit handler. |
BatchProcessingTestCase::testBatchFormMultipleBatches | function | modules/ |
Test batches defined in different submit handlers on the same form. |
BatchProcessingTestCase::testBatchFormMultistep | function | modules/ |
Test batches defined in a multistep form. |
BatchProcessingTestCase::testBatchFormProgrammatic | function | modules/ |
Test batches defined in a programmatically submitted form. |
BatchProcessingTestCase::testBatchNoForm | function | modules/ |
Test batches triggered outside of form submission. |
BatchProcessingTestCase::testDrupalFormSubmitInBatch | function | modules/ |
Test that drupal_form_submit() can run within a batch operation. |
batch_test_chained_form | function | modules/ |
Form with chained submit callbacks. |
batch_test_chained_form_submit_1 | function | modules/ |
Submit handler #1 for the chained form. |
batch_test_chained_form_submit_2 | function | modules/ |
Submit handler #2 for the chained form. |
batch_test_chained_form_submit_3 | function | modules/ |
Submit handler #3 for the chained form. |
batch_test_chained_form_submit_4 | function | modules/ |
Submit handler #4 for the chained form. |
batch_test_mock_form | function | modules/ |
A simple form with a textfield and submit button. |
batch_test_mock_form_submit | function | modules/ |
Submit handler for the batch_test_mock form. |
batch_test_multistep_form | function | modules/ |
Multistep form. |
batch_test_multistep_form_submit | function | modules/ |
Submit handler for the multistep form. |
batch_test_nested_drupal_form_submit | function | modules/ |
Menu callback: programmatically submits a form within a batch. |
batch_test_no_form | function | modules/ |
Menu callback: fire a batch process without a form submission. |
batch_test_simple_form | function | modules/ |
Simple form. |
batch_test_simple_form_submit | function | modules/ |
Submit handler for the simple form. |
block-admin-display-form.tpl.php | file | modules/ |
Default theme implementation to configure blocks. |
BlockTestCase::testCustomBlockFormat | function | modules/ |
Test creating custom block using Full HTML. |
block_add_block_form | function | modules/ |
Form constructor for the add block form. |
block_add_block_form_submit | function | modules/ |
Form submission handler for block_add_block_form(). |
block_add_block_form_validate | function | modules/ |
Form validation handler for block_add_block_form(). |
block_admin_display_form | function | modules/ |
Form constructor for the main block administration form. |
block_admin_display_form_submit | function | modules/ |
Form submission handler for block_admin_display_form(). |
block_custom_block_form | function | modules/ |
Form constructor for the custom block form. |
block_form_form_test_alter_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() on behalf of block.module. |
block_form_system_performance_settings_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
block_form_user_profile_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() for user_profile_form(). |
blog_form | function | modules/ |
Implements hook_form(). |
book_form_node_delete_confirm_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() for node_delete_confirm(). |
book_form_node_form_alter | function | modules/ |
Implements hook_form_BASE_FORM_ID_alter() for node_form(). |
book_form_update | function | modules/ |
Renders a new parent page select element when the book selection changes. |
book_outline_form | function | modules/ |
Form constructor for the book outline form. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.