API16:JHtmlBehavior/caption
From Joomla! Documentation
Template:Description:JHtmlBehavior/caption
Syntax
static caption()
Defined in
libraries/joomla/html/html/behavior.php
Importing
jimport( 'joomla.html.html.behavior' );
Source Body
public static function caption()
{
JHTML::_('script','system/caption.js', false, true);
}
[Edit See Also] Template:SeeAlso:JHtmlBehavior/caption
Examples
<CodeExamplesForm />