qt_get_displays_submit |
includes/admin.inc |
Submit handler for the Views drop down. |
|
1 |
qt_more_tabs_submit |
includes/admin.inc |
Submit handler for the "Add Tab" button. |
|
1 |
qt_remove_tab_submit |
includes/admin.inc |
Submit handler for the "Remove Tab" button. |
|
1 |
quicktabs_add_css |
./quicktabs.module |
Fetch the necessary CSS files for the tab styles. |
1 |
|
quicktabs_ahah |
includes/admin.inc |
ahah callback. |
|
1 |
quicktabs_ajax |
./quicktabs.module |
Ajax callback for tab content. |
|
1 |
quicktabs_ajax_block |
./quicktabs.module |
Ajax callback for block tabpage. |
|
|
quicktabs_ajax_js_css |
./quicktabs.module |
This function is based on the ctools_ajax_render() function in the CTools
AJAX framework. It allows us to pull js/css files and js settings for content
that will be loaded via ajax. |
1 |
|
quicktabs_ajax_node |
./quicktabs.module |
Ajax callback for node tabpage. |
|
|
quicktabs_ajax_qtabs |
./quicktabs.module |
Ajax callback for qtabs tabpage. |
|
|
quicktabs_array_fill_keys |
./quicktabs.module |
PHP4 version of array_fill_keys(). |
1 |
|
quicktabs_block |
./quicktabs.module |
Implementation of hook_block(). |
|
|
quicktabs_block_delete |
includes/admin.inc |
Deletion of quicktab block. |
|
1 |
quicktabs_block_delete_submit |
includes/admin.inc |
Submit handler for quicktab block deletion. |
|
|
quicktabs_clone |
includes/admin.inc |
Clone QuickTabs. |
|
1 |
quicktabs_form |
includes/admin.inc |
Build the quicktab creation and edit form. |
|
2 |
quicktabs_form_submit |
includes/admin.inc |
Submit handler for quicktabs admin page. |
|
|
quicktabs_form_validate |
includes/admin.inc |
Validation handler for quicktabs admin page. |
|
|
quicktabs_get_blocks |
includes/admin.inc |
Helper function to get all blocks. |
1 |
|
quicktabs_get_views |
includes/admin.inc |
Helper function to get all views. |
1 |
|
quicktabs_help |
./quicktabs.module |
Implementation of hook_help(). |
|
|
quicktabs_install |
./quicktabs.install |
Implementation of hook_install(). |
|
|
quicktabs_list |
includes/admin.inc |
Page callback for quicktabs admin landing page. |
|
1 |
quicktabs_load |
./quicktabs.module |
Load the quicktabs data. |
3 |
|
quicktabs_locale |
./quicktabs.module |
Implementation of hook_locale(). |
|
|
quicktabs_locale_refresh |
./quicktabs.module |
Refresh locale strings. |
|
1 |
quicktabs_menu |
./quicktabs.module |
Implementation of hook_menu(). |
|
|
quicktabs_perm |
./quicktabs.module |
Implementation of hook_perm(). |
|
|
quicktabs_quicktabs_tabstyles |
./quicktabs.module |
Implementation of hook_quicktabs_tabstyles(). |
|
|
quicktabs_render |
./quicktabs.module |
Render quicktabs. |
1 |
|
quicktabs_render_tabpage |
./quicktabs.module |
Render quicktabs tabpage. |
4 |
|
quicktabs_schema |
./quicktabs.install |
Implementation of hook_schema(). |
|
|
quicktabs_settings |
includes/admin.inc |
Callback function for admin/settings/quicktabs. Display the settings form. |
|
1 |
quicktabs_settings_submit |
includes/admin.inc |
Submit handler for QuickTabs settings. |
|
|
quicktabs_style_options |
./quicktabs.module |
Get a list of all available tab styles, suitable for use as an options array. |
2 |
|
quicktabs_theme |
./quicktabs.module |
Implementation of hook_theme(). |
|
|
quicktabs_uninstall |
./quicktabs.install |
Implementation of hook_uninstall(). |
|
|
quicktabs_update_6000 |
./quicktabs.install |
Update to 6.x. |
|
|
quicktabs_update_6001 |
./quicktabs.install |
Update to 6.x-2.x. |
|
|
quicktabs_update_6002 |
./quicktabs.install |
Update the tabs to the new format. |
|
|
quicktabs_update_6003 |
./quicktabs.install |
Add style column. |
|
|
quicktabs_update_6004 |
./quicktabs.install |
Update view args to the new format. |
|
|
quicktabs_update_6205 |
./quicktabs.install |
Add hide_empty_tabs column. |
|
|
quicktabs_update_6206 |
./quicktabs.install |
Add default_tab column. |
|
|
quicktabs_views_api |
./quicktabs.module |
Implementation of hook_views_api(). |
|
|
quicktabs_views_plugins |
includes/quicktabs.views.inc |
Implementation of hook_views_plugins(). |
|
|
theme_quicktabs |
./quicktabs.module |
Theme function to output quicktabs. |
|
|
theme_quicktabs_admin_form_tabs |
includes/admin.inc |
Theme function for quicktabs admin page.
Theme the form elements for the tabs as draggable table rows. |
|
|
theme_quicktabs_settings |
includes/admin.inc |
Theme function for quicktabs settings page. |
|
|
theme_quicktabs_tabs |
./quicktabs.module |
Theme function for output of the tabs. Use this to ADD extra classes.
The general structure 'ul.quicktabs_tabs li a' needs to be maintained
for the jQuery to work. |
|
|