API16:JHtmlBehavior/formvalidation
From Joomla! Documentation
<! removed transcluded page call, red link never existed >
Syntax
static formvalidation()
Defined in
libraries/joomla/html/html/behavior.php
Importing
jimport( 'joomla.html.html.behavior' );
Source Body
public static function formvalidation()
{
JHTML::_('script','system/validate.js', false, true);
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples