API16:JPaneTabs/endPanel
From Joomla! Documentation
Description
Ends a tab page.
Syntax
endPanel()
Defined in
libraries/joomla/html/pane.php
Importing
jimport( 'joomla.html.pane' );
Source Body
public function endPanel()
{
return "</dd>";
}
Examples
Code Examples