Tabs On Node
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Tabs On Node is a module that allows you to assign tabbed content to nodes.
The module creates a block called "Node tabs" that you can add to a region or panel.
You can also call the tabs using the following function:
<?php
print node_tabs_generate_tabs();
?>Requirements
Tabs On Node requires that jQuery UI be installed. You can download jQuery UI from
http://drupal.org/project/jquery_ui.
Please note that currently Node tabs only works with jQuery UI 1.6. See this issue to find out progress of making it work with version 1.7
Installation
Follow the standard Drupal module installation procedure. Put the module in the
modules folder (sites/all/modules or sites//modules if you are using a
multisite setup). Then enable Tabs On Node in the module admin section (admin/modules).
Configuration
Tabs On Node has an admin page where you choose which content types are allowed to
contain tabs (admin/config/content/node_tabs_settings).
Tabs On Node also creates two new user permissions:
administer node tabs
add / edit node tabs
You will have to assign these permissions to roles before your users will be able
to start using Tabs on node.
Known issues
When adding a new tab you cannot choose the input format.
