API16

API16:JFormValidator

From Joomla! Documentation

Revision as of 01:44, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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