ajax_build |
./ajax.module |
Builds the output object |
2 |
|
ajax_build_url |
./ajax.module |
Builds a URL |
1 |
|
ajax_captcha_ajax_validate_fail |
plugins/captcha/ajax_captcha.module |
validation fail hook |
|
|
ajax_captcha_ajax_validate_pass |
plugins/captcha/ajax_captcha.module |
validation fail hook |
|
|
ajax_captcha_process |
plugins/captcha/ajax_captcha.module |
Captcha functionality
This depends on the provided captcha patches |
2 |
|
ajax_clean_id |
./ajax.module |
Gets a clean element id
taken from form_clean_id |
1 |
|
ajax_comment_ajax_alter |
plugins/comment/ajax_comment.module |
Enables the comment form |
|
|
ajax_comment_ajax_types |
plugins/comment/ajax_comment.module |
Gets ajax types |
|
|
ajax_comment_ajax_validate_pass |
plugins/comment/ajax_comment.module |
Validation cleanup procedures |
|
|
ajax_comment_preview |
plugins/comment/ajax_comment.module |
Grabs comment preview.
This function taken from comment_form_add_preview |
1 |
|
ajax_disable_redirect_ajax_options |
plugins/disable_redirect/ajax_disable_redirect.module |
Ajax admin options callback |
|
|
ajax_disable_redirect_preprocess_page |
plugins/disable_redirect/ajax_disable_redirect.module |
Implementation of hook_preprocess_hook(). |
|
|
ajax_disable_redirect_uninstall |
plugins/disable_redirect/ajax_disable_redirect.install |
hook_uninstall |
|
|
ajax_disable_redirect_var_del |
plugins/disable_redirect/ajax_disable_redirect.install |
Removes variable on uninstall
Taken from ajax_ui |
1 |
|
ajax_drupal_path |
./ajax.module |
Gets internal path from actual url path |
1 |
|
ajax_fckeditor_preprocess_page |
plugins/fckeditor/ajax_fckeditor.module |
Implementation of hook_preprocess_hook(). |
|
|
ajax_form_alter |
./ajax.module |
hook_form_alter |
|
|
ajax_form_configure |
./ajax.module |
Adds warnings to various configuration forms |
1 |
|
ajax_get_redirect |
./ajax.module |
Gets redirect
Sometimes the redirect can be an array in the form of
0 => path
1 => query
2 => fragment |
1 |
|
ajax_get_url |
./ajax.module |
Gets url parts |
1 |
|
ajax_install |
./ajax.install |
hook_install |
|
|
ajax_invoke_alter |
./ajax.module |
Invokes hooks: ajax_alter |
1 |
|
ajax_invoke_validate_fail |
./ajax.module |
Invokes hooks: ajax_validate_fail |
1 |
|
ajax_invoke_validate_pass |
./ajax.module |
Invokes hooks: ajax_validate_pass |
1 |
|
ajax_is_enabled |
./ajax.module |
Checks if form is ajax-enabled |
1 |
|
ajax_is_submitter |
./ajax.module |
Determines if item is a submitter |
1 |
|
ajax_logintoboggan_ajax_alter |
plugins/loggintoboggan/ajax_logintoboggan.module |
Handles a special case for Login Toboggan redirection |
|
|
ajax_logintoboggan_ajax_types |
plugins/loggintoboggan/ajax_logintoboggan.module |
Gets ajax types |
|
|
ajax_out |
./ajax.module |
Outputs data |
2 |
|
ajax_path_info |
./ajax.module |
Collects path info |
1 |
|
ajax_preprocess_page |
./ajax.module |
Implementation of hook_preprocess_hook(). |
|
|
ajax_quicktabs_preprocess_page |
plugins/quicktabs/ajax_quicktabs.module |
Implementation of hook_preprocess_hook(). |
|
|
ajax_scroller_ajax_options |
plugins/scroller/ajax_scroller.module |
Ajax admin options callback |
|
|
ajax_scroller_preprocess_page |
plugins/scroller/ajax_scroller.module |
Implementation of hook_preprocess_hook(). |
|
|
ajax_submitter |
./ajax.module |
Submission handler callback |
|
2 |
ajax_submitter_find |
./ajax.module |
Finds the submitter |
1 |
|
ajax_submitter_set |
./ajax.module |
Sets the submitter |
1 |
|
ajax_thickbox_preprocess_page |
plugins/thickbox/ajax_thickbox.module |
Implementation of hook_preprocess_hook(). |
|
|
ajax_tinymce_preprocess_page |
plugins/tinymce/ajax_tinymce.module |
Implementation of hook_preprocess_hook(). |
|
|
ajax_ui_admin |
ajax_ui/ajax_ui.module |
Display admin form |
|
1 |
ajax_ui_admin_submit |
ajax_ui/ajax_ui.module |
Handles admin submissions |
|
|
ajax_ui_form_alter |
ajax_ui/ajax_ui.module |
hook_form_alter |
|
|
ajax_ui_get_options |
ajax_ui/ajax_ui.module |
Get admin UI/type options |
1 |
|
ajax_ui_get_types |
ajax_ui/ajax_ui.module |
Get content types |
1 |
|
ajax_ui_install |
ajax_ui/ajax_ui.install |
hook_install |
|
|
ajax_ui_invoke_options |
ajax_ui/ajax_ui.module |
Invokes hooks: ajax_types |
1 |
|
ajax_ui_invoke_types |
ajax_ui/ajax_ui.module |
Invokes hooks: ajax_types |
1 |
|
ajax_ui_is_type |
ajax_ui/ajax_ui.module |
Checks if form is a specified type |
1 |
|
ajax_ui_menu |
ajax_ui/ajax_ui.module |
hook_menu |
|
|
ajax_ui_options_default |
ajax_ui/ajax_ui.module |
Gets default UI/type options |
1 |
|