Class JHtmlSliders

Description

Utility class for Sliders elements

  • abstract:
  • since: 11.1

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


	
			
Method Summary
static string end ()
static string panel (string $text, string $id)
static string start ([string $group = 'sliders'], [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 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 loads the javascript behavior for it.

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

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 13:59:39 -0500 by phpDocumentor 1.4.4