Class JHtmlTabs

Description

Utility class for Tabs elements.

  • abstract:
  • since: 11.2

Located in /libraries/joomla/html/html/tabs.php (line 19)


	
			
Method Summary
static string end ()
static string panel (string $text, string $id)
static string start ([string $group = 'tabs'], [array $params = array()])
static void _loadBehavior (string $group, [array $params = array()])
Methods
static method end (line 45)

Close the current pane

  • return: HTML to close the pane
  • since: 11.1
  • access: public
static string end ()
static method panel (line 60)

Begins the display of a new panel.

  • return: HTML to start a new panel
  • since: 11.1
  • access: public
static string panel (string $text, string $id)
  • string $text: Text to display.
  • string $id: Identifier of the panel.
static method start (line 31)

Creates a panes and creates the JavaScript object for it.

  • since: 11.1
  • access: public
static string start ([string $group = 'tabs'], [array $params = array()])
  • string $group: The pane identifier.
  • array $params: An array of option.
static method _loadBehavior (line 75)

Load the JavaScript behavior.

  • since: 11.1
  • access: protected
static void _loadBehavior (string $group, [array $params = array()])
  • string $group: The pane identifier.
  • array $params: Array of options.

Documentation generated on Mon, 25 Jun 2012 14:00:05 -0500 by phpDocumentor 1.4.4