API17:JFormField
From Joomla! Documentation
Revision as of 13:44, 29 August 2012 by JoomlaWikiBot (Talk | contribs)
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.
JFormField
Description
Description:JFormField [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Method to instantiate the form field object. |
| public | __get | Method to get certain otherwise inaccessible properties from the form field object. |
| public | setForm | Method to attach a object to the field. |
| public | setup | Method to attach a object to the field. |
| protected | getFieldName | Method to get the field name used. |
| protected | getId | Method to get the id used for the field input tag. |
| protected | getInput | Method to get the field input markup. |
| protected | getLabel | Method to get the field label markup. |
| protected | getName | Method to get the name used for the field input tag. |
| protected | getTitle | Method to get the field title. |
- Defined in libraries/joomla/form/formfield.php
- Extended by
- JFormFieldCalendar
- JFormFieldCheckbox
- JFormFieldCheckboxes
- JFormFieldComponentLayout
- JFormFieldEditor
- JFormFieldEMail
- JFormFieldFile
- JFormFieldGroupedList
- JFormFieldHidden
- JFormFieldList
- JFormFieldMedia
- JFormFieldModuleLayout
- JFormFieldPassword
- JFormFieldRadio
- JFormFieldRules
- JFormFieldSpacer
- JFormFieldText
- JFormFieldTextarea
- JFormFieldUser
- JFormFieldUsergroup
Importing
jimport( 'joomla.form.formfield' );
See also
-
JFormField source code on BitBucket
-
Subpackage Form
- Other versions of JFormField
SeeAlso:JFormField [Edit See Also]
User contributed notes
<CodeExamplesForm />
