API17

JFormField

From Joomla! Documentation

Revision as of 17:54, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JFormField

Defined in[edit]

libraries/joomla/form/formfield.php

Subpackage[edit]

Form

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
__construct Method to instantiate the form field object.
__get Method to get certain otherwise inaccessible properties from the form field object.
setForm Method to attach a object to the field.
setup Method to attach a object to the field.
getFieldName Method to get the field name used.
getId Method to get the id used for the field input tag.
getInput Method to get the field input markup.
getLabel Method to get the field label markup.
getName Method to get the name used for the field input tag.
getTitle Method to get the field title.

Importing[edit]

jimport( 'joomla.form.formfield' );

See also[edit]

Template:SeeAlso:JFormField [Edit See Also]

Examples[edit]

<CodeExamplesForm />