API17

Difference between revisions of "JFormHelper"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎User contributed notes: bad link repair)
Line 76: Line 76:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormHelper]]</noinclude>
+
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormHelper]]</noinclude>

Revision as of 13:49, 29 August 2012

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 />