Same name in other branches
- 7.x-3.x quicktabs.api.php \hook_quicktabs_tabstyles()
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 dans includes/
quicktabs_style_plugin.inc - _quicktabs_admin_main_form dans ./
quicktabs.admin.inc - The main section of admin page.
- _quicktabs_get_style_css dans ./
quicktabs.module - Helper function to get the css file for given style.
Fichier
-
./
quicktabs.api.php, line 21
Code
function hook_quicktabs_tabstyles() {
}