You are here

Functions in Popups API (Ajax Dialogs) 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_popups ./popups.api.php Creates the rule registry for the popups.
hook_popups_alter ./popups.api.php Allows altering of the popup rule registry.
hook_popups_skins ./popups.api.php Adds skins to the Popups API.
popups_add_popups ./popups.module Attach the popup behavior to the page. 5
popups_admin_popups ./popups_admin.module hook_popups
popups_admin_settings ./popups.module Form for the Popups Settings page. 1
popups_form_alter ./popups.module Implementation of hook_form_alter().
popups_get_css ./popups.module Get the added CSSS in a format that is readable by popups.js. 2
popups_get_js ./popups.module Get the added JS in a format that is readable by popups.js. 2
popups_get_popups ./popups.module Define hook_popups(). Build the list of popup rules from all modules that implement hook_popups. 2
popups_init ./popups.module Implementation of hook_init().
popups_install ./popups.install Implementation of hook_install().
popups_menu ./popups.module Implementation of hook_menu().
popups_popups_skins ./popups.module Implementation of hook_popups_skins.
popups_preprocess_page ./popups.module Implementation of hook_preprocess_hook().
popups_render_as_json ./popups.module Render the page contents in a custom json wrapper. 1
popups_skins ./popups.module Retrieve all information from the popup skin registry. 2
popups_test_menu ./popups_test.module Implementation of hook_menu().
popups_test_popups ./popups_test.module Implementation of hook_popups().
popups_theme_settings_form_submit ./popups.module popups_form_alter adds this submit handler to the theme pages. Set a per-theme jQuery content selector that gets passed into the js settings. 1
_popups_default_content_selector ./popups.module Returns the default jQuery content selector as a string. Currently uses the selector for Garland. Sometime in the future I will change this to '#content' or '#content-content'. 2
_popups_test_namechange ./popups_test.module 1
_popups_test_popups ./popups_test.module 1
_popups_test_popups_old ./popups_test.module 1
_popups_test_response ./popups_test.module 1

Other projects