function views_tabset::add_extra

2.x tabs.inc views_tabset::add_extra($text)

Add text to the 'extra' region of the tabset.

File

includes/tabs.inc, line 92
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 add_extra($text) {
  $this->extra .= $text;
}