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
| 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. |
examples/