API16

JHtmlBehavior/formvalidation: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 22: Line 22:


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=formvalidation
  category=formvalidation
  category=JHtmlBehavior
  category=JHtmlBehavior
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*

Latest revision as of 01:45, 25 March 2017

<! 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