README.txt |
README.txt |
|
# SIMPLE DIALOG #
This module provides a method to load pages via AJAX into a
modal dialog window that will be overlaid on the screen.
The module implements the jquery ui dialog plugin that is
provided with Drupal 7.
## CONFIGURATION ##
The… |
simple_dialog.css |
css/simple_dialog.css |
|
.simple-dialog-ajax-loader {
background: url(images/ajax_loader_white_bg.gif) no-repeat center center;
width: 100%;
height: 100%;
min-height: 100px;
display:block;
} |
simple_dialog.info |
simple_dialog.info |
|
name = Simple Dialog
description = Provides an API to create simple modal dialogs. Leverages the jQuery ui dialog plugin included with Drupal 7.
version = "7.x-1.x-dev"
core = "7.x"
project =… |
simple_dialog.module |
simple_dialog.module |
|
|
simple_dialog_example.info |
simple_dialog_example/simple_dialog_example.info |
|
name = Simple Dialog Example
description = Examples of implementations of the simple dialog module
version = "7.x-1.x-dev"
core = "7.x"
package = Example modules
dependencies[] = "simple_dialog" |
simple_dialog_example.module |
simple_dialog_example/simple_dialog_example.module |
|
|