API16: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
Contents |
Defined in
libraries/joomla/application/component/modelform.php
Methods
| Method name | Description |
|---|---|
| checkout | Method to check-out a row for editing. |
| checkin | Method to checkin a row. |
| getForm | Method to get a form object. |
| validate | Method to validate the form data. |
Importing
jimport( 'joomla.application.component.modelform' );
[Edit See Also] SeeAlso:JModelForm
Examples
<CodeExamplesForm />
