Example: Vertical Tabs

Using vertical_tabs module. (drupal 6)

Shows how to integrate your custom node options with vertical tabs module in Drupal 6. This example does not cover how to save / load custom setting, and only deals with elements visibility.

This example is part of the Examples for Developers Project which you can download and experiment with here: http://drupal.org/project/examples

Functions & methods

NameDescription
vertical_tabs_example_form_alterImplement hook_form_alter().
vertical_tabs_example_menuImplements hook_menu for a simple explanation page.
_vertical_tabs_example_explanationSimple explanation page.

examples/vertical_tabs_example/vertical_tabs_example.module, line 11