API17

JFormHelper

From Joomla! Documentation

Revision as of 18:29, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JFormHelper/11.1 to API17:JFormHelper without leaving a redirect: Robot: Moved page)

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.

Joomla 11.1 JFormHelper[edit]

Description[edit]

Template:Description:JFormHelper [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static addFieldPath Method to add a path to the list of field include paths.
public static addFormPath Method to add a path to the list of form include paths.
public static addRulePath Method to add a path to the list of rule include paths.
public static loadFieldClass Attempt to import the class file if it isn't already imported.
public static loadFieldType Method to load a form field object given a type.
public static loadRuleClass Attempt to import the class file if it isn't already imported.
public static loadRuleType Method to load a form rule object given a type.
protected static addPath Method to add a path to the list of include paths for one of the form's entities.
protected static loadClass Load a class for one of the form's entities of a particular type.
protected static loadType Method to load a form entity object given a type.
  • Defined in libraries/joomla/form/helper.php

Importing[edit]

jimport( 'joomla.form.helper' );

See also[edit]

Template:SeeAlso:JFormHelper [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />