Ajax Tabs
Categories
Component ID
539700
Component name
Ajax Tabs
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
4186
Component created
Component changed
Component body
This module makes it possible to navigate through Drupal's menu local tasks (Tabs) via AJAX.
You can choose to load Ajax Tabs per specific pages.
This module depends on ajax_load.module.
Make sure you wrap your tabs in page.tpl.php with
<div id="tabs-wrapper">
<?php print $tabs ?>
</div>

