function views_tabset::add_extra in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 6.2 includes/tabs.inc \views_tabset::add_extra()
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;
}