API16

API16:JPane/startPanel

From Joomla! Documentation

Revision as of 14:17, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Description

Creates a panel with title text and starts that panel.


{{subst:Description:JPane/startPanel}}

Syntax

startPanel($text, $id)
Parameter Name Default Value Description
$text $text The panel name and/or title.
$id $id The panel identifer.

Defined in

libraries/joomla/html/pane.php

Importing

jimport( 'joomla.html.pane' );

Source Body


{{subst:SeeAlso:JPane/startPanel}}

Examples

<CodeExamplesForm />