JPane/startPanel: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
===Syntax=== | ===Syntax=== | ||
| Line 34: | Line 34: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=startPanel | category=startPanel | ||
category=JPane | category=JPane | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:57, 25 March 2017
Description
Creates a panel with title text and starts that panel.
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
Examples
Code Examples