ajax_deliver_dialog |
./dialog.module |
Delivers the content of a page as a dialog. |
|
1 |
dialog_command_close_dialog |
includes/dialog.commands.inc |
Creates a Drupal Ajax 'close dialog' command. |
2 |
|
dialog_command_close_modal_dialog |
includes/dialog.commands.inc |
Creates a Drupal Ajax 'close modal dialog' command. |
3 |
|
dialog_command_open_dialog |
includes/dialog.commands.inc |
Creates a Drupal Ajax 'open dialog' command. |
3 |
|
dialog_command_open_modal_dialog |
includes/dialog.commands.inc |
Creates a Drupal Ajax 'open modal dialog' command. |
1 |
|
dialog_command_redirect |
includes/dialog.commands.inc |
Provides an AJAX command to redirect the page. |
|
|
dialog_command_reload |
includes/dialog.commands.inc |
Provides an AJAX command to reload the page. |
3 |
|
dialog_command_set_dialog_option |
includes/dialog.commands.inc |
Creates a Drupal Ajax 'set dialog option' command. |
1 |
|
dialog_command_set_dialog_title |
includes/dialog.commands.inc |
Creates a Drupal Ajax 'set dialog title' command. |
|
|
dialog_comment_comment_post_forbidden |
modules/dialog_comment/dialog_comment.module |
Returns HTML for a "you can't post comments" notice. |
|
1 |
dialog_comment_comment_view |
modules/dialog_comment/dialog_comment.module |
Implement hook_comment_view(). |
|
|
dialog_comment_form_comment_confirm_delete_alter |
modules/dialog_comment/dialog_comment.module |
Implement hook_form_FORM_ID_alter(). |
|
|
dialog_comment_node_view |
modules/dialog_comment/dialog_comment.module |
Implement hook_node_view(). |
|
|
dialog_comment_theme_registry_alter |
modules/dialog_comment/dialog_comment.module |
Implement hook_theme_registry_alter(). |
|
|
dialog_form_views_ui_edit_form_alter |
./dialog.module |
Implements hook_form_FORM_ID_alter(). |
|
|
dialog_get_content_type |
./dialog.module |
Gets the normalized type of a request. |
1 |
|
dialog_library |
./dialog.module |
|
|
|
dialog_library_alter |
./dialog.module |
Implements hook_library_alter(). |
|
|
dialog_module_implements_alter |
./dialog.module |
|
|
|
dialog_node_form_node_admin_content_alter |
modules/dialog_node/dialog_node.module |
Implement hook_form_FORM_ID_alter(). |
|
|
dialog_node_form_node_delete_confirm_alter |
modules/dialog_node/dialog_node.module |
Implement hook_form_FORM_ID_alter(). |
|
|
dialog_page_delivery_callback_alter |
./dialog.module |
Implements hook_page_delivery_callback_alter(). |
|
|
dialog_requirements |
./dialog.install |
Implements hook_requirements(). |
|
|
dialog_test_dialog |
tests/dialog_test.module |
Menu callback: Renders a form elements and links with #ajax['dialog']. |
|
1 |
dialog_test_dialog_close |
tests/dialog_test.module |
Menu callback: Close the ajax dialog. |
|
1 |
dialog_test_dialog_contents |
tests/dialog_test.module |
Menu callback: Returns the contents for dialogs opened by dialog_test_dialog(). |
3 |
1 |
dialog_test_dialog_form |
tests/dialog_test.module |
Form builder: Renders buttons with #ajax['dialog']. |
|
1 |
dialog_test_dialog_form_callback_modal |
tests/dialog_test.module |
AJAX callback handler for dialog_test_dialog_form(). |
|
1 |
dialog_test_dialog_form_callback_nonmodal |
tests/dialog_test.module |
AJAX callback handler for dialog_test_dialog_form(). |
|
1 |
dialog_test_dialog_form_submit |
tests/dialog_test.module |
Non-AJAX behavior of the dialog buttons. |
|
|
dialog_test_menu |
tests/dialog_test.module |
Implements hook_menu(). |
|
|
dialog_user_block_view_alter |
modules/dialog_user/dialog_user.module |
Implement hook_block_view_alter(). |
|
|
dialog_user_form_user_login_alter |
modules/dialog_user/dialog_user.module |
Implement hook_form_FORM_ID_alter(). |
|
|
dialog_user_form_user_login_block_alter |
modules/dialog_user/dialog_user.module |
Implement hook_form_FORM_ID_alter(). |
|
|
dialog_user_form_user_pass_alter |
modules/dialog_user/dialog_user.module |
Implement hook_form_FORM_ID_alter(). |
|
|
dialog_user_form_user_register_form_alter |
modules/dialog_user/dialog_user.module |
Implement hook_form_FORM_ID_alter(). |
|
|
dialog_user_user_login_submit |
modules/dialog_user/dialog_user.module |
Ajax callback for the user login form. |
|
1 |
dialog_user_user_pass_submit |
modules/dialog_user/dialog_user.module |
Ajax callback for the user password reset form. |
|
1 |
dialog_user_user_register_form_submit |
modules/dialog_user/dialog_user.module |
Ajax callback for the user register form. |
|
1 |