dialog_add_js |
./dialog.module |
Add all the necessary javascript (and css) to be able to display a dialog
on the current page. This must be used on any page that could possibly
contain a dialog. It is safe to call this function repeatedly. |
3 |
|
dialog_admin_settings |
./dialog.admin.inc |
Administration settings form. |
|
1 |
dialog_ajax_render |
./dialog.module |
Perform a simple modal render and immediately exit. |
1 |
|
dialog_command_dismiss |
./dialog.module |
Dismiss the modal. |
|
|
dialog_command_display |
./dialog.module |
Place HTML within the modal. |
6 |
|
dialog_command_loading |
./dialog.module |
Display loading screen in the modal |
|
|
dialog_comment_delete |
modules/dialog_comment/dialog_comment.module |
Menu page callback for comment/%ctools_js/delete/% |
|
1 |
dialog_comment_edit |
modules/dialog_comment/dialog_comment.module |
Menu page callback for comment/%ctools_js/edit/% |
|
1 |
dialog_comment_form_comment_form_alter |
modules/dialog_comment/dialog_comment.module |
Implementation of hook_form_comment_form_alter(). |
|
|
dialog_comment_link_alter |
modules/dialog_comment/dialog_comment.module |
Implementation of hook_link_alter(). |
|
|
dialog_comment_menu |
modules/dialog_comment/dialog_comment.module |
Implementation of hook_menu(). |
|
|
dialog_comment_reply |
modules/dialog_comment/dialog_comment.module |
Menu page callback for comment/%ctools_js/reply/%node |
|
1 |
dialog_example_ajax_callback |
example/dialog_example.module |
|
|
1 |
dialog_example_form_alter |
example/dialog_example.module |
|
|
|
dialog_example_menu |
example/dialog_example.module |
Implementation of hook_menu(). |
|
|
dialog_example_page |
example/dialog_example.module |
|
1 |
1 |
dialog_form_render |
./dialog.module |
Render a form into an AJAX display. |
1 |
|
dialog_form_wrapper |
./dialog.module |
Wrap a form so that we can use it properly with AJAX. Essentially if the
form wishes to render, it automatically does that, otherwise it returns
so we can see submission results. |
5 |
|
dialog_get_form |
./dialog.module |
Generic dialog replacement for drupal_get_form(). Suitable for use as the
page callback in a menu item. |
|
1 |
dialog_login_callback |
example/dialog_example.module |
Menu callback for our ajax links. |
|
1 |
dialog_menu |
./dialog.module |
Implementation of hook_menu(). |
|
|
dialog_theme |
./dialog.module |
Implementation of hook_theme(). |
|
|
dialog_user_block |
modules/dialog_user/dialog_user.module |
Implementation of hook_block(). |
|
|
dialog_user_form_alter |
modules/dialog_user/dialog_user.module |
Implementation of hook_form_alter(). |
|
|
dialog_user_menu |
modules/dialog_user/dialog_user.module |
Implementation of hook_menu(). |
|
|
template_preprocess_dialog_content |
./dialog.module |
Process variables for dialog-content.tpl.php. |
|
|
user_pass_dialog_success |
modules/dialog_user/dialog_user.module |
dialog_success handler for the user password form. The standard password
form submit handler sets a message and redirects to 'user', leaving the
user on the login form. That is emulated here by redirecting to
the ajax version of the user… |
|
|