API16:JModelForm
From Joomla! Documentation
[Edit Descripton] Template:Description:JModelForm
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] Template:SeeAlso:JModelForm
Examples
<CodeExamplesForm />