JHtmlSliders
Utility class for Sliders elements
since |
1.6 |
---|---|
deprecated |
3.7.0 These helpers are dependent on the deprecated MooTools support |
package |
Joomla.Libraries |
Methods
end
Close the current pane.
end() : string
since |
1.6 |
---|---|
deprecated |
3.7.0 These helpers are dependent on the deprecated MooTools support |
Response
string
hTML to close the pane
loadBehavior
Load the JavaScript behavior.
loadBehavior(string $group, array $params = array()) : void
since |
1.6 |
---|---|
deprecated |
3.7.0 These helpers are dependent on the deprecated MooTools support |
Arguments
- $group
string
The pane identifier.- $params
array
Array of options.
panel
Begins the display of a new panel.
panel(string $text, string $id) : string
since |
1.6 |
---|---|
deprecated |
3.7.0 These helpers are dependent on the deprecated MooTools support |
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
since |
1.6 |
---|---|
deprecated |
3.7.0 These helpers are dependent on the deprecated MooTools support |
Arguments
- $group
string
The pane identifier.- $params
array
An array of options.
Response
string