function views_tab::render

2.x 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);
}