API16

JPane/startPanel: Difference between revisions

From Joomla! Documentation

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...
 
m clean up
Line 2: Line 2:
Creates a panel with title text and starts that panel.
Creates a panel with title text and starts that panel.


<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JPane/startPanel|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JPane/startPanel}}
 
{{subst:Description:JPane/startPanel}}


===Syntax===
===Syntax===
Line 35: Line 33:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JPane/startPanel|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JPane/startPanel}}
</span>
{{SeeAlso:JPane/startPanel}}


===Examples===
===Examples===

Revision as of 14:17, 24 March 2017

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 />