51 calls to drupal_add_js()
- ajax_forms_test_lazy_load_form_submit in modules/
simpletest/ tests/ ajax_forms_test.module - Form submit handler: Adds JavaScript and CSS that wasn't on the original form.
- ajax_render in includes/
ajax.inc - Renders a commands array into JSON.
- ajax_test_render in modules/
simpletest/ tests/ ajax_test.module - Menu callback; Return an element suitable for use by ajax_deliver().
- block-admin-display-form.tpl.php in modules/
block/ block-admin-display-form.tpl.php - Default theme implementation to configure blocks.
- color.inc in themes/
bartik/ color/ color.inc - common_test_js_and_css_querystring in modules/
simpletest/ tests/ common_test.module - Adds a JavaScript file and a CSS file with a query string appended.
- drupal_add_tabledrag in includes/
common.inc - Assists in adding the tableDrag JavaScript behavior to a themed table.
- drupal_get_js in includes/
common.inc - Returns a themed presentation of all JavaScript code for the current page.
- drupal_theme_initialize in includes/
theme.inc - Initializes the theme system by loading the theme.
- file_ajax_upload in modules/
file/ file.module - Menu callback; Shared Ajax callback for file uploads and deletions.
- hook_overlay_child_initialize in modules/
overlay/ overlay.api.php - Allow modules to act when an overlay child window is initialized.
- hook_overlay_parent_initialize in modules/
overlay/ overlay.api.php - Allow modules to act when an overlay parent window is initialized.
- install_configure_form in includes/
install.core.inc - Form constructor for a form to configure the new site.
- JavaScriptTestCase::testAddExternal in modules/
simpletest/ tests/ common.test - Tests adding an external JavaScript File.
- JavaScriptTestCase::testAddFile in modules/
simpletest/ tests/ common.test - Test adding a JavaScript file.
- JavaScriptTestCase::testAddInline in modules/
simpletest/ tests/ common.test - Test adding inline scripts.
- JavaScriptTestCase::testAddSetting in modules/
simpletest/ tests/ common.test - Test adding settings.
- JavaScriptTestCase::testAggregationOrder in modules/
simpletest/ tests/ common.test - Tests JavaScript aggregation when files are added to a different scope.
- JavaScriptTestCase::testAlter in modules/
simpletest/ tests/ common.test - Test altering a JavaScript's weight via hook_js_alter().
- JavaScriptTestCase::testDefault in modules/
simpletest/ tests/ common.test - Test default JavaScript is empty.
- JavaScriptTestCase::testDifferentGroup in modules/
simpletest/ tests/ common.test - Test adding a JavaScript file with a different group.
- JavaScriptTestCase::testDifferentWeight in modules/
simpletest/ tests/ common.test - Test adding a JavaScript file with a different weight.
- JavaScriptTestCase::testFooterHTML in modules/
simpletest/ tests/ common.test - Test drupal_get_js() with a footer scope.
- JavaScriptTestCase::testHeaderSetting in modules/
simpletest/ tests/ common.test - Test drupal_get_js() for JavaScript settings.
- JavaScriptTestCase::testJavaScriptAlwaysUseJQuery in modules/
simpletest/ tests/ common.test - Test the 'javascript_always_use_jquery' variable.
- JavaScriptTestCase::testNoCache in modules/
simpletest/ tests/ common.test - Test drupal_add_js() sets preproccess to false when cache is set to false.
- JavaScriptTestCase::testRenderDifferentWeight in modules/
simpletest/ tests/ common.test - Test rendering the JavaScript with a file's weight above jQuery's.
- JavaScriptTestCase::testRenderExternal in modules/
simpletest/ tests/ common.test - Test rendering an external JavaScript file.
- JavaScriptTestCase::testRenderOrder in modules/
simpletest/ tests/ common.test - Test JavaScript ordering.
- JavaScriptTestCase::testReset in modules/
simpletest/ tests/ common.test - Test to see if resetting the JavaScript empties the cache.
- menu_form_node_type_form_alter in modules/
menu/ menu.module - Implements hook_form_FORM_ID_alter().
- node_filter_form in modules/
node/ node.admin.inc - Returns the node administration filters form array to node_admin_content().
- overlay_close_dialog in modules/
overlay/ overlay.module - Requests that the overlay closes when the page is displayed.
- overlay_overlay_parent_initialize in modules/
overlay/ overlay.module - Implements hook_overlay_parent_initialize().
- overlay_render_region in modules/
overlay/ overlay.module - Renders an individual page region.
- overlay_trigger_refresh in modules/
overlay/ overlay.module - Checks if the parent window needs to be refreshed on this page load.
- system_add_module_assets in modules/
system/ system.module - Adds CSS and JavaScript files declared in module .info files.
- system_clean_url_settings in modules/
system/ system.admin.inc - Form builder; Configure clean URL settings.
- system_performance_settings in modules/
system/ system.admin.inc - Form builder; Configure site performance settings.
- system_user_timezone in modules/
system/ system.module - Add the time zone field to the user edit and register forms.
- ThemeTableTestCase::testThemeTableNoStickyHeaders in modules/
simpletest/ tests/ theme.test - If $sticky is FALSE, no tableheader.js should be included.
- ThemeTableTestCase::testThemeTableStickyHeaders in modules/
simpletest/ tests/ theme.test - Tableheader.js provides 'sticky' table headers, and is included by default.
- theme_color_scheme_form in modules/
color/ color.module - Returns HTML for a theme's color form.
- theme_profile_admin_overview in modules/
profile/ profile.admin.inc - Returns HTML for the profile field overview form into a drag and drop enabled table.
- theme_simpletest_test_table in modules/
simpletest/ simpletest.pages.inc - Returns HTML for a test list generated by simpletest_test_form() into a table.
- theme_table in includes/
theme.inc - Returns HTML for a table.
- theme_tableselect in includes/
form.inc - Returns HTML for a table with radio buttons or checkboxes.
- theme_taxonomy_overview_terms in modules/
taxonomy/ taxonomy.admin.inc - Returns HTML for a terms overview form as a sortable list of terms.
- user_admin_settings in modules/
user/ user.admin.inc - Form builder; Configure user settings for this site.
- _batch_progress_page in includes/
batch.inc - Outputs a batch processing page.
- _drupal_theme_initialize in includes/
theme.inc - Initializes the theme system given already loaded information.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.