API16

JPane/endPanel: Difference between revisions

From Joomla! Documentation

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




{{subst:Description:JPane/endPanel}}
 


===Syntax===
===Syntax===
Line 20: Line 20:




{{subst:SeeAlso:JPane/endPanel}}
 


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

Ends a panel.



Syntax

endPanel()


Defined in

libraries/joomla/html/pane.php

Importing

jimport( 'joomla.html.pane' );

Source Body



Examples

Code Examples