API16:JPaneSliders/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 '</div></div>';
}
Examples
Code Examples