- examples
Demonstrates 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.
See also
vertical_tabs_example.js
Functions & methods
| 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. |
File
- vertical_tabs_example/
vertical_tabs_example.module, line 8 - Module file for vertical_tabs_example module.