API17:JModelForm::preprocessForm
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.
JModelForm::preprocessForm
Description
Method to allow derived classes to preprocess the form.
Description:JModelForm::preprocessForm [Edit Descripton]
Since
Synopsis
protected JModelForm->preprocessForm (JForm $form, $data, $group= 'content')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $form | Exception | if there is an error in the form event. | |
| $data | mixed | The data expected for the form. | |
| $group | string | 'content' | The name of the plugin group to import (defaults to "content"). |
Returns
Defined in
libraries/joomla/application/component/modelform.php
Referenced by
See also
SeeAlso:JModelForm::preprocessForm
Examples
<CodeExamplesForm />
