Example: Vertical Tabs
Same name in other branches
- 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
Functions
Title Sort descending | File name | Summary |
---|---|---|
vertical_tabs_example_form_alter | vertical_tabs_example/ |
Implement hook_form_alter(). |
vertical_tabs_example_menu | vertical_tabs_example/ |
Implements hook_menu for a simple explanation page. |
_vertical_tabs_example_explanation | vertical_tabs_example/ |
Simple explanation page. |