Go to the source code of this file.
Tab navigation.
string $vars['type'] horizontal || vertical - Defaults to horizontal string $vars['class'] Additional class to add to ul array $vars['tabs'] A multi-dimensional array of tab entries in the format array( 'text' => string, // The string between the tags 'href' => string, // URL for the link 'class' => string // Class of the li element 'id' => string, // ID of the li element 'selected' => bool // if this tab is currently selected (applied to li element) 'link_class' => string, // Class to pass to the link 'link_id' => string, // ID to pass to the link )
Definition at line 17 of file tabs.php.
if ($type== 'horizontal') else |
Initial value:{
$options[
'class'] =
"elgg-tabs elgg-vtabs"
Definition at line 23 of file tabs.php.