API16:JHtmlTabs/end
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Close the current pane
Syntax
static end()
Returns
string
Defined in
libraries/joomla/html/html/tabs.php
Importing
jimport( 'joomla.html.html.tabs' );
Source Body
public static function end() { if (array_pop(JHtmlTabs::$opened)) { $close = '</dd>'; } else { $close = ''; } return $close.'</dl>'; }
[Edit See Also] SeeAlso:JHtmlTabs/end
Examples
<CodeExamplesForm />
