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
stringThe pane identifier.- $params
arrayArray of options.
end
Close the current pane.
end() : string
static
| since |
11.1 |
|---|
Response
stringhTML to close the pane
panel
Begins the display of a new panel.
panel(string $text, string $id) : string
static
| since |
11.1 |
|---|
Arguments
- $text
stringText to display.- $id
stringIdentifier of the panel.
Response
stringHTML 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
stringThe pane identifier.- $params
arrayAn array of options.
Response
string