drupal_add_js_library |
./jqp.module |
Add a shared library from the javascript library directory |
|
|
jqp_confirm_form |
./jqp.admin.inc |
Wrapper function for all actions which needs confirmation before execution. |
|
1 |
jqp_confirm_form_submit |
./jqp.admin.inc |
Submit handler for jqp_confirm_form(). |
|
|
jqp_help |
./jqp.module |
Implementation of hook_help(). |
|
|
jqp_jqp |
./jqp.module |
Implementation of hook_jqp(). |
|
|
jqp_list |
./jqp.module |
Fetches all cached libraries from the system table |
1 |
|
jqp_menu |
./jqp.module |
Implementation of hook_menu(). |
|
|
jqp_overview_title |
./jqp.module |
Title callback. |
|
1 |
jqp_perm |
./jqp.module |
Implementation of hook_perm(). |
|
|
jqp_rebuild_cache |
./jqp.module |
Rebuilds the javascript libraries cache. |
2 |
|
jqp_requirements |
./jqp.module |
Implementation of hook_requirements(). |
|
|
jqp_scan_dir |
./jqp.module |
Scan the 'js_libraries', 'modules' and 'themes' directories for .js and .css files |
1 |
|
jqp_status_page |
./jqp.admin.inc |
Page callback for admin/build/jqp. |
|
1 |
jqp_theme |
./jqp.module |
Implementation of hook_theme(). |
|
|
jqp_uninstall |
./jqp.install |
Implementation of hook_uninstall(). |
|
|
js_library_edit |
./jqp.admin.inc |
Builds the form which is used to edit a single version of a library |
|
1 |
js_library_edit_submit |
./jqp.admin.inc |
Submit handler for js_library_edit(). |
|
|
js_library_load |
./jqp.module |
Loads a single library |
2 |
|
theme_js_library_edit |
./jqp.admin.inc |
Theme function for the js_library_edit form.
Creates a table in which each tr contans all form elements for a single file. |
|
|
_check_js_library_directory |
./jqp.module |
Searches for a js_libraries directory |
1 |
|
_jqp_ajax_check_file |
./jqp.admin.inc |
AJAX callback function for Drupal.behaviors.libraryCheckInput(). |
|
1 |
_jqp_autocomplete |
./jqp.admin.inc |
AJAX response function for #autocomplete form elements. |
|
1 |
_jqp_form_elements |
./jqp.admin.inc |
Helper function for dynamically creating the form elements required by a single file. |
1 |
|