function views_tabset::set_selected
Control which tab will be selected when it is rendered.
File
-
includes/
tabs.inc, line 114
Class
- views_tabset
- Contain a set of tabs as well as the ability to render them.
Code
function set_selected($name) {
$this->selected = $name;
}