JFormValidator: Difference between revisions
From Joomla! Documentation
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: | ||
{{subst:Description:JFormValidator}} | |||
{{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> | ||
{{subst:SeeAlso:JFormValidator}} | |||
{{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 />