API16

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



Examples

Code Examples