Example: Vertical Tabs in Examples for Developers 7
Same name and namespace in other branches
- 6 vertical_tabs_example/vertical_tabs_example.module \vertical_tabs_example
Demonstrates the vertical tabs functionality provided by Drupal 7.
This example does not cover how to save or load a custom setting, and only deals with the elements visibility and summary in the tab.
See also
vertical_tabs_example.js
Parent topics
File
- vertical_tabs_example/
vertical_tabs_example.module, line 8 - Module file for vertical_tabs_example module.
Functions
Name | Location | Description |
---|---|---|
vertical_tabs_example_form_alter |
vertical_tabs_example/ |
Implements hook_form_alter(). |
vertical_tabs_example_menu |
vertical_tabs_example/ |
Implements hook_menu(). |
_vertical_tabs_example_explanation |
vertical_tabs_example/ |
Simple explanation page. |
Classes
Name | Location | Description |
---|---|---|
VerticalTabsExampleTestCase |
vertical_tabs_example/ |
Default test case for the vertical_tabs_example module. |