API16

API16:JPane/startPanel

From Joomla! Documentation

Revision as of 22:52, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Creates a panel with title text and starts that panel. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JPane/startPanel|Edit Descri...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Creates a panel with title text and starts that panel.

[Edit Descripton]

Template: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

[Edit See Also] Template:SeeAlso:JPane/startPanel

Examples

<CodeExamplesForm />