API16:JHtmlBehavior/caption
From Joomla! Documentation
<! removed transcluded page call, red link never existed >
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);
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples