API17:JModelForm
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:JModelForm
Defined in
libraries/joomla/application/component/modelform.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| checkin | Method to checkin a row. |
| checkout | Method to check-out a row for editing. |
| getForm | Abstract method for getting the form from the model. |
| validate | Method to validate the form data. |
| loadForm | Method to get a form object. |
| loadFormData | Method to get the data that should be injected in the form. |
| preprocessForm | Method to allow derived classes to preprocess the form. |
Importing
jimport( 'joomla.application.component.modelform' );
See also
SeeAlso:JModelForm [Edit See Also]
Examples
<CodeExamplesForm />
