class JHtmlSliders

Utility class for Sliders elements

Methods

static  string
start( string $group = 'sliders', array $params = array())

Creates a panes and loads the javascript behavior for it.

static  string
end()

Close the current pane.

static  string
panel( string $text, string $id)

Begins the display of a new panel.

Details

static string start( string $group = 'sliders', array $params = array())

Creates a panes and loads the javascript behavior for it.

Parameters

string $group The pane identifier.
array $params An array of options.

Return Value

string

static string end()

Close the current pane.

Return Value

string hTML to close the pane

static string panel( string $text, string $id)

Begins the display of a new panel.

Parameters

string $text Text to display.
string $id Identifier of the panel.

Return Value

string HTML to start a panel