API16

API16:JModelForm

From Joomla! Documentation

Revision as of 14:15, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

{{subst: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' );


{{subst:SeeAlso:JModelForm}}

Examples

<CodeExamplesForm />