Same name and namespace in other branches
  1. 7.x-3.x quicktabs.api.php \hook_quicktabs_tabstyles() 1 comment

This hook allows other modules to create additional tab styles for the quicktabs module.

Return value

array An array of key => value pairs suitable for inclusion as the #options in a select or radios form element. Each key must be the location of a css file for a quick tabs style. Each value should be the name of the style.

3 invocations of hook_quicktabs_tabstyles()
quicktabs_style_plugin::options_form in includes/quicktabs_style_plugin.inc
_quicktabs_admin_main_form in ./quicktabs.admin.inc
The main section of admin page.
_quicktabs_get_style_css in ./quicktabs.module
Helper function to get the css file for given style.

File

./quicktabs.api.php, line 21

Code

function hook_quicktabs_tabstyles() {
}