Version 1.6 (checked in on 2011/01/14 at 22:08:07 by ilo)
Shows how to use the vertical tabs functionality provided by Drupal 7. This example does not cover how to save / load custom setting, and only deals with elements visibility.
| Name | Description |
|---|---|
| vertical_tabs_example_form_alter | Implement hook_form_alter(). |
| vertical_tabs_example_menu | Implements hook_menu for a simple explanation page. |
| _vertical_tabs_example_explanation | Simple explanation page. |