API16

API16:JPaneTabs/endPane

From Joomla! Documentation

Description

Ends the pane.



Syntax

endPane()


Defined in

libraries/joomla/html/pane.php

Importing

jimport( 'joomla.html.pane' );

Source Body

public function endPane()
{
        return "</dl>";
}



Examples

Code Examples