Abstract Class JHtmlTabs

Description

Utility class for Tabs elements.

  • abstract:
  • since: 1.6

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


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

Close the current pane

  • return: HTML to close the pane
  • since: 1.6
  • access: public
static string end ()
static loadBehavior (line 75)

Load the JavaScript behavior.

  • since: 1.6
  • access: protected
static void loadBehavior (string $group, [array $params = array()])
  • string $group: The pane identifier.
  • array $params: Array of options.
static panel (line 60)

Begins the display of a new panel.

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

Creates a panes and creates the JavaScript object for it.

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

Documentation generated on Tue, 19 Nov 2013 15:15:03 +0100 by phpDocumentor 1.4.3