GUI - Tabs Component

Tabs component for the GUI project.

Example:

$example =& gui_get_component('tabs');
$example->add_tab('Tab 1', 'I am tab content');
$example->add_tab('Tab 2', 'I am tab content');
$example->add_tab('Tab 3', 'I am tab content');
$example->add_tab('Tab 4', 'I am tab content');
$example->options['selected'] = 1;

print $example->render();

Developed and sponsored by Victoria British Columbia Web Design

Releases

Official releasesDateSizeLinksStatus
6.x-1.02008-Oct-0817.29 KBRecommended for 6.xThis is currently the recommended release for 6.x.


 
 

Drupal is a registered trademark of Dries Buytaert.