API16

JPane/startPanel: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:




{{subst:Description:JPane/startPanel}}
 


===Syntax===
===Syntax===
Line 34: Line 34:




{{subst:SeeAlso:JPane/startPanel}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=startPanel
  category=startPanel
  category=JPane
  category=JPane
  category=CodeExample
  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