You are here

Functions in Popups API (Ajax Dialogs) 6

Primary tabs

Namesort descending Location Description Direct uses Strings
popups_add_popups ./popups.module Attach the popup behavior to the page. 3
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_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_render_as_json ./popups.module Render the page contents in a custom json wrapper. 1
popups_test_menu ./popups_test.module Implementation of hook_menu().
popups_test_popups ./popups_test.module Implementation of hook_popups().
popups_theme ./popups.module Implementation of hook_theme().
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_response ./popups_test.module 1

Other projects