13 calls to drupal_add_library()
- drupal_add_js in includes/
common.inc - Adds a JavaScript file, setting, or inline code to the page.
- drupal_add_tabledrag in includes/
common.inc - Assists in adding the tableDrag JavaScript behavior to a themed table.
- drupal_process_attached in includes/
common.inc - Adds attachments to a render() structure.
- JavaScriptTestCase::testLibraryAlter in modules/
simpletest/ tests/ common.test - Adds a JavaScript library to the page and alters it.
- JavaScriptTestCase::testLibraryRender in modules/
simpletest/ tests/ common.test - Adds a library to the page and tests for both its JavaScript and its CSS.
- JavaScriptTestCase::testLibraryUnknown in modules/
simpletest/ tests/ common.test - Tests non-existing libraries.
- LocaleLibraryInfoAlterTest::testLibraryInfoAlter in modules/
locale/ locale.test - Verifies that the datepicker can be localized.
- overlay_set_mode in modules/
overlay/ overlay.module - Sets the overlay mode and adds proper JavaScript and styles to the page.
- theme_textarea in includes/
form.inc - Returns HTML for a textarea form element.
- theme_textfield in includes/
form.inc - Returns HTML for a textfield form element.
- theme_vertical_tabs in includes/
form.inc - Returns HTML for an element's children fieldsets as vertical tabs.
- user_filter_form in modules/
user/ user.admin.inc - Form builder; Return form for user administration filters.
- _batch_progress_page in includes/
batch.inc - Outputs a batch processing page.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.