JFormValidator: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/form/formvalidator.php | libraries/joomla/form/formvalidator.php | ||
| Line 20: | Line 18: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JFormValidator | category=JFormValidator | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:44, 25 March 2017
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' );
Examples
Code Examples