JHtmlSliders
Utility class for Sliders elements
abstract
package |
Joomla.Platform |
---|---|
subpackage |
HTML |
since |
11.1 |
Methods
_loadBehavior
Load the JavaScript behavior.
_loadBehavior(string $group, array $params = array()) : void
static
since |
11.1 |
---|
Arguments
- $group
string
The pane identifier.- $params
array
Array of options.
end
Close the current pane.
end() : string
static
since |
11.1 |
---|
Response
string
hTML to close the pane
panel
Begins the display of a new panel.
panel(string $text, string $id) : string
static
since |
11.1 |
---|
Arguments
- $text
string
Text to display.- $id
string
Identifier of the panel.
Response
string
HTML to start a panel
start
Creates a panes and loads the javascript behavior for it.
start(string $group = 'sliders', array $params = array()) : string
static
since |
11.1 |
---|
Arguments
- $group
string
The pane identifier.- $params
array
An array of options.
Response
string