API16

JFormValidator: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JFormValidator}} ===Define...
 
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JFormValidator}}
<nowiki>[</nowiki>[[Description:JFormValidator|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JFormValidator}}


===Defined in===
===Defined in===
Line 22: Line 19:
<source lang="php">jimport( 'joomla.form.formvalidator' );</source>
<source lang="php">jimport( 'joomla.form.formvalidator' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFormValidator|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JFormValidator}}
</span>
{{SeeAlso:JFormValidator}}


===Examples===
===Examples===

Revision as of 14:03, 24 March 2017

{{subst:Description:JFormValidator}}

Defined in

libraries/joomla/form/formvalidator.php

Methods

Method name Description
validate Method to validate a group of fields.
addRulePath Method to add a path to the list of rule include paths.

Importing

jimport( 'joomla.form.formvalidator' );


{{subst:SeeAlso:JFormValidator}}

Examples

<CodeExamplesForm />