
Automatically convert certain classed links to modal popups and provides an API
to add custom modals quickly and easily.

With this tool, you can cause links to automatically open in modal dialogs. The
module's code simply examines all links in a document and turns any link with
the designated CSS selectors (by default, the class automodal), and turns those
links into modal links.

Additionally, you can add modals with your own settings to pages using the
automodal_add() function. For more details see the API.txt file.

Installation
------------
1. Install the Modal Frame API module.
2. Follow the installation instructions at http://drupal.org/node/70151

Credits
-------
Maintained by Matt Farina (http://drupal.org/user/25701)
Originally developed by Matt Butcher (http://drupal.org/user/201798)

Changelog
---------
6.x-1.0:
- Initial release.