You are here

Files in Popups API (Ajax Dialogs) 6.2

Primary tabs

File namesort descending Location Namespace Description
API.txt API.txt As well as attaching popup behavior to links, Popups API provides javascript function for creating in-window popup messages. Popups.message(title, message) Produces a simple modal box with the title, message and "OK", "Cancel"…
basic.css skins/basic/basic.css .popups-box { border: 2px solid #EDF5FA; -moz-border-radius: 8px; -webkit-border-radius: 8px; opacity: 0.9; } .popups-title { border-bottom: 1px solid #b4d7f0; background-color: #d4e7f3; color: #455067; margin-bottom: 0.25em; …
blue.css skins/blue/blue.css /* Blue Popup Skin Author: Tj Holowaychuk Link: http://vision-media.ca */ #popups-overlay { background: #fff; opacity:.80; } .popups-box { padding: 25px; width: 510px; border: none; background: transparent url(images/tile-v.png) 0…
CHANGELOG.txt CHANGELOG.txt 6.x--2-0-ALPHA6 Bug Fixes * Don't show the drupal_set_message in a popup, unless it is the bottom of the stack. 6.x--2-0-ALPHA5 Features * New options and options system. ** Added updateMethod, updateSource, onUpdate, doneTest,…
facebook.css skins/facebook/facebook.css #popups-overlay { background-color:transparent; } #popups-loading { width:248px; position:absolute; display:none; opacity:1; -moz-border-radius: 8px; -webkit-border-radius: 8px; z-index:99; } #popups-loading span.popups-loading-message…
popups.api.php popups.api.php Provides hook documentation for the Popups API.
popups.css popups.css /* ** Ajax popups dialog box styles */ #popups-overlay { position: absolute; z-index: 8; background: black; top: 0; } #popups-loading { position: absolute; z-index: 10; opacity: 0.75; width: 100px; height: 100px; display:…
popups.info popups.info name = Popups API description = General dialog creation utilities package = User interface core = 6.x
popups.install popups.install
popups.module popups.module This module provides a hook_popups for links to be opened in an Ajax Popup Modal Dialog.
popups_admin.info popups_admin.info name = Popups: Administration Links description = Uses the Popups API to add popups to various administration pages. package = User interface core = 6.x dependencies[] = popups
popups_admin.module popups_admin.module Uses the popups API to add some popups to admin pages.
popups_test.info popups_test.info name = Popups: Test Page description = Test the Popups API. package = User interface core = 6.x dependencies[] = popups
popups_test.module popups_test.module Page for testing the Popups API.
README.txt README.txt This module gives Drupal the ability to easily change links into popup dialog boxes. IMPORTANT INSTRUCTIONS ------------------------------------------------------------------------------------ Ajax updating only works with themes that have…

Other projects