This project is not covered by Drupal’s security advisory policy.

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

Project information

Releases