JPane/startPanel: Difference between revisions
From Joomla! Documentation
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. | ||
{{Description:JPane/startPanel}} | |||
{{subst:Description:JPane/startPanel}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 35: | Line 33: | ||
</source> | </source> | ||
{{subst:SeeAlso:JPane/startPanel}} | |||
{{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 />