Abstract Class JHtmlSliders

Description

Utility class for Sliders elements

  • abstract:
  • since: 1.6

Located in /libraries/cms/html/sliders.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 = 'sliders'], [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 76)

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 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 loads the javascript behavior for it.

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

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