JFormField: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JFormField}}
===Defined in===
... |
m preparing for archive only |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/form/formfield.php | libraries/joomla/form/formfield.php | ||
| Line 25: | Line 20: | ||
<source lang="php">jimport( 'joomla.form.formfield' );</source> | <source lang="php">jimport( 'joomla.form.formfield' );</source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JFormField | category=JFormField | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:42, 25 March 2017
Defined in
libraries/joomla/form/formfield.php
Methods
| Method name | Description |
|---|---|
| __construct | Method to instantiate the form field. |
| getType | Method to get the form field type. |
| render |
Importing
jimport( 'joomla.form.formfield' );
Examples
Code Examples