
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
- Project categories: Content display, Developer tools
1 site reports using this module
- Created by tjholowaychuk on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.