dialog_ajax_render_alter |
./dialog.module |
Implement hook_ajax_render_alter(). |
|
|
dialog_command_dismiss |
./dialog.module |
Creates a Drupal AJAX command to close the modal. |
|
|
dialog_command_display |
./dialog.module |
Creates a Drupal AJAX command to place HTML within the modal and open it. |
4 |
|
dialog_command_loading |
./dialog.module |
Creates a Drupal AJAX command to open the modal with a loading animation. |
|
|
dialog_command_redirect |
./dialog.module |
Force a client-side redirect. |
1 |
|
dialog_command_reload |
./dialog.module |
Force a client-side reload. |
|
|
dialog_command_xlazyloader |
./dialog.module |
Creates a Drupal AJAX 'xLazyLoader' command. |
1 |
|
dialog_comment_comment_view |
modules/dialog_comment/dialog_comment.module |
Implement hook_comment_view(). |
|
|
dialog_comment_delete |
modules/dialog_comment/dialog_comment.module |
Menu callback; Delete a comment. |
|
1 |
dialog_comment_menu |
modules/dialog_comment/dialog_comment.module |
Implementation of hook_menu(). |
|
|
dialog_contextual_init |
modules/dialog_contextual/dialog_contextual.module |
Implement hook_page_alter(). |
|
|
dialog_contextual_library_alter |
modules/dialog_contextual/dialog_contextual.module |
Implement hook_library_alter(). |
|
|
dialog_display |
./dialog.module |
Provides an easy way of representing the current page context as a dialog. |
5 |
1 |
dialog_example_ajax_callback |
example/dialog_example.module |
Menu callback for our AJAX |
|
1 |
dialog_example_menu |
example/dialog_example.module |
Implementation of hook_menu(). |
|
|
dialog_example_page |
example/dialog_example.module |
Menu callback for our dialog example page. |
1 |
1 |
dialog_fix_element_id |
./dialog.module |
Fix element and its chilren's id's so they are unique in the page. |
1 |
|
dialog_js_load |
./dialog.module |
Check to see if the incoming menu item is able to use dialogs. |
|
|
dialog_library |
./dialog.module |
Implement hook_library(). |
|
|
dialog_page_alter |
./dialog.module |
Implementation of hook_page_alter(). |
|
|
dialog_process_ajax_form |
./dialog.module |
Process a form and prepare it for the dialog. |
|
1 |
dialog_user_ajax_callback |
modules/dialog_user/dialog_user.module |
Menu callback for our ajax links. |
|
1 |
dialog_user_ajax_form_submit |
modules/dialog_user/dialog_user.module |
Ajax submit handler for forms inside dialogs. |
|
1 |
dialog_user_form_alter |
modules/dialog_user/dialog_user.module |
Implement hook_form_alter(). |
|
|
dialog_user_menu |
modules/dialog_user/dialog_user.module |
Implement hook_menu(). |
|
|