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_ajax |
./quicktabs.module |
Ajax callback for tab content. |
|
1 |
quicktabs_ajax_callback |
includes/admin.inc |
Ajax callback for add more and remove buttons and for the view dropdown. |
|
2 |
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_block_info |
./quicktabs.module |
Implements hook_block_info(). |
|
|
quicktabs_block_view |
./quicktabs.module |
Implements hook_block_view(). |
|
|
quicktabs_clone |
includes/admin.inc |
Clone QuickTabs. |
|
1 |
quicktabs_export_form |
includes/admin.inc |
Export form for 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_all_quicktabs |
./quicktabs.module |
Load all from defaults and database quicktabs. |
2 |
|
quicktabs_get_blocks |
includes/admin.inc |
Helper function to get all blocks. |
1 |
|
quicktabs_get_css |
./quicktabs.module |
Fetch the necessary CSS files for the tab styles. |
1 |
|
quicktabs_get_views |
includes/admin.inc |
Helper function to get all views. |
1 |
|
quicktabs_help |
./quicktabs.module |
Implements hook_help(). |
|
|
quicktabs_list |
includes/admin.inc |
Page callback to list quicktabs in the system. |
|
1 |
quicktabs_load |
./quicktabs.module |
Load the quicktabs data. |
4 |
|
quicktabs_menu |
./quicktabs.module |
Implements hook_menu(). |
|
|
quicktabs_permission |
./quicktabs.module |
Implements hook_permission(). |
|
|
quicktabs_quicktabs_tabstyles |
./quicktabs.module |
Implements hook_quicktabs_tabstyles(). |
|
|
quicktabs_render |
./quicktabs.module |
Render quicktabs. |
3 |
|
quicktabs_render_tab_content |
./quicktabs.module |
Render individual tab content. |
2 |
|
quicktabs_schema |
./quicktabs.install |
Implement hook_schema(). |
|
|
quicktabs_styles |
includes/admin.inc |
Callback function for admin/settings/quicktabs. Display the settings form. |
|
1 |
quicktabs_styles_submit |
includes/admin.inc |
Submit handler for QuickTabs styles. |
|
|
quicktabs_theme |
./quicktabs.module |
Implements hook_theme(). |
|
|
quicktabs_update_7200 |
./quicktabs.install |
Update to Drupal 7. |
|
|
quicktabs_update_7201 |
./quicktabs.install |
Remove size 'tiny' from "default_tab" field as this results in ctools exportables
designating it as a boolean value. Add size 'tiny' to "hide_empty_tabs" field as
this ought to be designated as a boolean value. |
|
|
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_style_options |
includes/admin.inc |
Theme function for quicktabs style radio options. |
|
|
theme_quicktabs_tabs |
./quicktabs.module |
|
|
|
theme_quicktabs_tab_access_denied |
./quicktabs.module |
Theme function to display the access denied tab. |
|
|
_quicktabs_admin_main_form |
includes/admin.inc |
The main section of admin page. |
1 |
|
_quicktabs_build_content_block |
./quicktabs.module |
|
|
|
_quicktabs_build_content_freetext |
./quicktabs.module |
|
|
|
_quicktabs_build_content_node |
./quicktabs.module |
|
|
|
_quicktabs_build_content_qtabs |
./quicktabs.module |
|
|
|
_quicktabs_build_content_view |
./quicktabs.module |
|
|
|
_quicktabs_build_tablinks |
./quicktabs.module |
|
1 |
|
_quicktabs_construct_link_options |
./quicktabs.module |
Helper function to construct link options for tab links. |
1 |
|
_quicktabs_convert_form_to_quicktab |
includes/admin.inc |
Helper function to convert the data on admin form into quicktab presentation. |
2 |
|
_quicktabs_form |
includes/admin.inc |
|
1 |
|
_quicktabs_get_active_tab |
./quicktabs.module |
Helper function to determine active tab from the url. |
1 |
|
_quicktabs_get_style_css |
./quicktabs.module |
Helper function to get the css file for given style. |
1 |
|
_quicktabs_get_views_displays |
includes/admin.inc |
Helper function to get all view displays. |
1 |
|
_quicktabs_prepare_views |
./quicktabs.module |
Helper function to add views settings to ajax tabs. |
|
|