API16

API16:JPaneTabs/startPane

From Joomla! Documentation

Description

Creates a pane and creates the javascript object for it.



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

public function startPane($id)
{
        return '<dl class="tabs" id="'.$id.'">';
}



Examples

Code Examples