API16

API16:JPaneSliders/endPanel

From Joomla! Documentation

Revision as of 01:57, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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