JPaneSliders/startPane
From Joomla! Documentation
< API15:JPaneSliders
The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Description
Creates a pane and creates the javascript object for it
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
startPane($id)
Parameter Name | Default Value | Description |
---|---|---|
$id | The pane identifier |
Defined in
libraries/joomla/html/pane.php
Importing
jimport( 'joomla.html.pane' );
Source Body
function startPane( $id )
{
return '<div id="'.$id.'" class="pane-sliders">';
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >