API17

JFormHelper

From Joomla! Documentation

Revision as of 15:52, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JFormHelper

Defined in[edit]

libraries/joomla/form/helper.php

Subpackage[edit]

Form

Extends[edit]

Extended by[edit]

Methods[edit]

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[edit]

jimport( 'joomla.form.helper' );

See also[edit]

Template:SeeAlso:JFormHelper [Edit See Also]

Examples[edit]

<CodeExamplesForm />