You are here

Example: Vertical Tabs in Examples for Developers 7

Same name and namespace in other branches
  1. 6 vertical_tabs_example/vertical_tabs_example.module \vertical_tabs_example

Demonstrates the vertical tabs functionality provided by Drupal 7.

This example does not cover how to save or load a custom setting, and only deals with the elements visibility and summary in the tab.

See also

vertical_tabs_example.js

Parent topics

File

vertical_tabs_example/vertical_tabs_example.module, line 8
Module file for vertical_tabs_example module.

Functions

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

Classes

Namesort descending Location Description
VerticalTabsExampleTestCase vertical_tabs_example/vertical_tabs_example.test Default test case for the vertical_tabs_example module.