Example: Vertical Tabs
Same name in other branches
- 6.x-1.x 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
Functions
Title Sort descending | File name | Summary |
---|---|---|
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
Title Sort descending | File name | Summary |
---|---|---|
VerticalTabsExampleTestCase | vertical_tabs_example/ |
Default test case for the vertical_tabs_example module. |