API17:JModelForm
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: bad link repair) |
||
| Line 67: | Line 67: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JModelForm]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JModelForm]]</noinclude> |
Revision as of 13:57, 29 August 2012
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
Description
Description:JModelForm [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | checkin | Method to checkin a row. |
| public | checkout | Method to check-out a row for editing. |
| public | getForm | Abstract method for getting the form from the model. |
| public | validate | Method to validate the form data. |
| protected | loadForm | Method to get a form object. |
| protected | loadFormData | Method to get the data that should be injected in the form. |
| protected | preprocessForm | Method to allow derived classes to preprocess the form. |
- Defined in libraries/joomla/application/component/modelform.php
- Extends JModel
- Extended by
Importing
jimport( 'joomla.application.component.modelform' );
See also
-
JModelForm source code on BitBucket
-
Subpackage Application
- Other versions of JModelForm
SeeAlso:JModelForm [Edit See Also]
User contributed notes
<CodeExamplesForm />
