API17:JFormHelper
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JFormHelper
Defined in
libraries/joomla/form/helper.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| addFieldPath | Method to add a path to the list of field include paths. |
| addFormPath | Method to add a path to the list of form include paths. |
| addRulePath | Method to add a path to the list of rule include paths. |
| loadFieldClass | Attempt to import the class file if it isn't already imported. |
| loadFieldType | Method to load a form field object given a type. |
| loadRuleClass | Attempt to import the class file if it isn't already imported. |
| loadRuleType | Method to load a form rule object given a type. |
| addPath | Method to add a path to the list of include paths for one of the form's entities. |
| loadClass | Load a class for one of the form's entities of a particular type. |
| loadType | Method to load a form entity object given a type. |
Importing
jimport( 'joomla.form.helper' );
See also
SeeAlso:JFormHelper [Edit See Also]
Examples
<CodeExamplesForm />
