JFormFieldAbstract Form Field class for the Joomla Platform.
Located in /libraries/joomla/form/field.php (line 19)
| Class | Description |
|---|---|
JFormFieldClicks
|
Clicks Field class for the Joomla Framework. |
JFormFieldImpMade
|
Clicks Field class for the Joomla Framework. |
JFormFieldImpTotal
|
Impressions Field class for the Joomla Framework. |
JFormFieldModal_Category
|
Supports a modal article picker. |
JFormFieldFilters
|
Text Filters form field. |
JFormFieldModal_Contact
|
Supports a modal contact picker. |
JFormFieldModal_Article
|
Supports a modal article picker. |
JFormFieldModal_Newsfeed
|
Supports a modal newsfeeds picker. |
JFormFieldPrefix
|
Form Field class for the Joomla Framework. |
JFormFieldCaptcha
|
Form Field class for the Joomla Framework. |
JFormFieldContenthistory
|
Field to select a user id from a modal list. |
JFormFieldMedia
|
Form Field class for the Joomla CMS. |
JFormFieldModuleOrder
|
Form Field class for the Joomla! CMS. |
JFormFieldOrdering
|
Form Field class for the Joomla Platform. |
JFormFieldUser
|
Field to select a user ID from a modal list. |
FOFFormFieldOrdering
|
Form Field class for FOF Renders the row ordering interface checkbox in browse views |
FOFFormFieldSelectrow
|
Form Field class for FOF Renders the checkbox in browse views which allows you to select rows |
JFormFieldCalendar
|
Form Field class for the Joomla Platform. |
JFormFieldCheckbox
|
Form Field class for the Joomla Platform. |
JFormFieldCheckboxes
|
Form Field class for the Joomla Platform. |
JFormFieldColor
|
Color Form Field class for the Joomla Platform. |
JFormFieldFile
|
Form Field class for the Joomla Platform. |
JFormFieldGroupedList
|
Form Field class for the Joomla Platform. |
JFormFieldHidden
|
Form Field class for the Joomla Platform. |
JFormFieldList
|
Form Field class for the Joomla Platform. |
JFormFieldNote
|
Form Field class for the Joomla Platform. |
JFormFieldNumber
|
Form Field class for the Joomla Platform. |
JFormFieldPassword
|
Form Field class for the Joomla Platform. |
JFormFieldRadio
|
Form Field class for the Joomla Platform. |
JFormFieldRepeatable
|
Form Field class for the Joomla Platform. |
JFormFieldRules
|
Form Field class for the Joomla Platform. |
JFormFieldSpacer
|
Form Field class for the Joomla Platform. |
JFormFieldText
|
Form Field class for the Joomla Platform. |
JFormFieldTextarea
|
Form Field class for the Joomla Platform. |
JFormFieldUsergroup
|
Form Field class for the Joomla Platform. |
JFormFieldComponentlayout
|
Form Field to display a list of the layouts for a component view from the extension or template overrides. |
JFormFieldModulelayout
|
Form Field to display a list of the layouts for module display from the module or template overrides. |
static integer
$count
= 0 (line 297)
The count value for generated name field
static string
$generated_fieldname
= '__field' (line 305)
The string used for generated fields names
mixed
$autocomplete
= 'on' (line 44)
The autocomplete state for the form field. If 'off' element will not be automatically completed by browser.
boolean
$autofocus
= false (line 61)
The autofocus request for the form field. If true element will be automatically focused on document load.
mixed
$class
(line 265)
The class of the form field
mixed
$default
(line 249)
The default value of the form field.
string
$description
(line 27)
The description text for the form field. Usually used in tooltips.
boolean
$disabled
= false (line 208)
The disabled state for the form field. If true then the field will be disabled and user can't interact with the field.
SimpleXMLElement
$element
(line 69)
The SimpleXMLElement object of the <field /> XML element that describes the form field.
string
$fieldname
(line 182)
The name of the field.
string
$formControl
(line 85)
The form control prefix for field names from the JForm object attached to the form field.
string
$group
(line 190)
The group of the field.
boolean
$hidden
= false (line 93)
The hidden state for the form field.
string
$hint
(line 35)
The hint text for the form field used to display hint inside the field.
string
$id
(line 125)
The document id for the form field.
string
$input
(line 133)
The input for the form field.
string
$label
(line 141)
The label for the form field.
mixed
$labelClass
(line 273)
The label's CSS class of the form field
boolean
$multiple
= false (line 150)
The multiple state for the form field. If true then multiple values are allowed for the field. Most often used for list field types.
string
$name
(line 174)
The name of the form field.
string
$onchange
(line 281)
The javascript onchange of the form field.
string
$onclick
(line 289)
The javascript onclick of the form field.
string
$pattern
(line 166)
The pattern (Reg Ex) of value of the form field.
boolean
$readonly
= false (line 216)
The readonly state for the form field. If true then the field will be readonly.
mixed
$repeat
= false (line 158)
Allows extensions to create repeat elements
boolean
$required
= false (line 199)
The required state for the form field. If true then there must be a value for the field to be considered valid.
integer
$size
(line 257)
The size of the form field.
boolean
$spellcheck
= true (line 52)
The spellcheck state for the form field.
boolean
$translateDescription
= true (line 109)
True to translate the field description string.
boolean
$translateHint
= true (line 117)
True to translate the field hint string.
boolean
$translateLabel
= true (line 101)
True to translate the field label string.
string
$type
(line 224)
The form field type.
string
$validate
(line 233)
The validation method for the form field. This value will determine which method is used to validate the value for a field.
mixed
$value
(line 241)
The value of the form field.
Method to instantiate the form field object.
Method to get an attribute of the field
Method to get a control group with label and input.
Method to get the field name used.
Method to get the id used for the field input tag.
Method to get the field input markup.
Method to get the field label markup.
Method to get the name used for the field input tag.
Method to get the field title.
Method to attach a JForm object to the field.
Method to attach a JForm object to the field.
Simple method to set the value
Method to get certain otherwise inaccessible properties from the form field object.
Method to set certain otherwise inaccessible properties of the form field object.
Documentation generated on Tue, 19 Nov 2013 15:02:57 +0100 by phpDocumentor 1.4.3