You are here

function views_tabset::set_selected in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 6.2 includes/tabs.inc \views_tabset::set_selected()

Control which tab will be selected when it is rendered.

File

includes/tabs.inc, line 114
Classes and theme functions for rendering javascript UI tabs.

Class

views_tabset
Contain a set of tabs as well as the ability to render them.

Code

function set_selected($name) {
  $this->selected = $name;
}