You are here

function views_tab::render in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 includes/tabs.inc \views_tab::render()

Generate HTML output for a tab.

File

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

Class

views_tab
An object to represent an individual tab within a tabset.

Code

function render() {
  return theme('views_tab', $this->body);
}