Same name and namespace in other branches
  1. 7.x-1.x vertical_tabs_example/vertical_tabs_example.module \vertical_tabs_example

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

Parent topics

File

vertical_tabs_example/vertical_tabs_example.module, line 10
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.

Functions

Namesort descending Location Description
vertical_tabs_example_form_alter vertical_tabs_example/vertical_tabs_example.module Implement hook_form_alter().
vertical_tabs_example_menu vertical_tabs_example/vertical_tabs_example.module Implements hook_menu for a simple explanation page.
_vertical_tabs_example_explanation vertical_tabs_example/vertical_tabs_example.module Simple explanation page.