ajax_command_open_dialog in includes/ajax.inc
Provides an AJAX command to open content in a dialog.
ajax_test_dialog in modules/simpletest/tests/ajax_test.module
Menu callback: Renders a form elements and links with #ajax['dialog'].
backdrop_add_js in includes/common.inc
Adds a JavaScript file, setting, or inline code to the page.
backdrop_add_tabledrag in includes/common.inc
Assists in adding the tableDrag JavaScript behavior to a themed table.
backdrop_process_attached in includes/common.inc
Adds attachments to a render() structure.
basis_preprocess_page in themes/basis/template.php
Prepares variables for page templates.
_batch_progress_page in includes/batch.inc
Outputs a batch processing page.
CommonJavaScriptTestCase::testLibraryAlter in modules/simpletest/tests/common.test
Adds a JavaScript library to the page and alters it.
CommonJavaScriptTestCase::testLibraryRender in modules/simpletest/tests/common.test
Adds a library to the page and tests for both its JavaScript and its CSS.
CommonJavaScriptTestCase::testLibraryUnknown in modules/simpletest/tests/common.test
Tests non-existing libraries.
drupal_add_library in includes/drupal.inc
Adds multiple JavaScript or CSS files at the same time.
LayoutRendererEditor::addMeta in modules/layout/plugins/renderers/layout_renderer_editor.inc
Attach out-of-band page metadata (e.g., CSS and JS).
LayoutRendererFlexible::addMeta in modules/layout/plugins/renderers/layout_renderer_flexible.inc
Attach page metadata.
LayoutRendererStandard::addLibrary in modules/layout/plugins/renderers/layout_renderer_standard.inc
Add Library information to the renderer.
LocaleLibraryInfoAlterTest::testLibraryInfoAlter in modules/locale/tests/locale.test
Verifies that the datepicker can be localized.
seven_admin_page in themes/seven/template.php
Overrides theme_admin_page().
seven_preprocess_page in themes/seven/template.php
Implements hook_preprocess_page().
template_preprocess_views_view_table in modules/views/templates/views.theme.inc
Display a view as a table style.
theme_email in includes/form.inc
Returns HTML for an email form element.
theme_installer_browser_project_description in modules/installer/installer.theme.inc
Builds the truncated description on the project list.
theme_search in includes/form.inc
Returns HTML for a search form element.
theme_status_messages in includes/theme.inc
Returns HTML for status and/or error messages, grouped by type.
theme_table in includes/theme.inc
Returns HTML for a table.
theme_tel in includes/form.inc
Returns HTML for a tel form element.
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_token_tree in modules/system/system.theme.inc
Provide a 'tree' display of nested tokens.
theme_token_tree_link in modules/system/system.theme.inc
Theme a link to a token tree either as a regular link or a dialog.
theme_tree_table in modules/system/system.theme.inc
Theme a tree table.
theme_url in includes/form.inc
Returns HTML for a URL form element.
theme_vertical_tabs in includes/form.inc
Returns HTML for an element's children fieldsets as vertical tabs.
views_add_js in modules/views/views.module
Include views .js files.
views_exposed_form in modules/views/views.module
Form builder for the exposed widgets form.