API16:JHtmlSliders/start
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Creates a panes and loads the javascript behavior for it.
Description:JHtmlSliders/start
Syntax
static start($group= 'sliders', $params=array())
| Parameter Name | Default Value | Description |
|---|---|---|
| $group | 'sliders' | The pane identifier. |
| $params | array() | An array of options. |
Returns
string
Defined in
libraries/joomla/html/html/sliders.php
Importing
jimport( 'joomla.html.html.sliders' );
Source Body
public static function start($group = 'sliders', $params = array()) { JHtmlSliders::_loadBehavior($group,$params); array_push(JHtmlSliders::$opened,false); return '<div id="'.$group.'" class="pane-sliders">'; }
[Edit See Also] SeeAlso:JHtmlSliders/start
Examples
<CodeExamplesForm />
