Abstract Form Field class for the Joomla Platform.
Located in /libraries/joomla/form/field.php (line 19)
Class | Description |
---|---|
JFormFieldModuleOrder | Form Field class for the Joomla Framework. |
Supports an HTML select list of banners | |
JFormFieldModal_Newsfeeds | Supports a modal newsfeeds picker. |
JFormFieldFilters | Text Filters form field. |
JFormFieldSearch | Form Field Search class. |
JFormFieldType | Form Field Place class. |
JFormFieldClient | Form Field Place class. |
JFormFieldGroup | Form Field Place class. |
JFormFieldModal_Contacts | Supports a modal contact picker. |
JFormFieldModal_Article | Supports a modal article picker. |
JFormFieldImpTotal | Impressions Field class for the Joomla Framework. |
JFormFieldClicks | Clicks Field class for the Joomla Framework. |
JFormFieldImpMade | Clicks Field class for the Joomla Framework. |
JFormFieldCheckbox | Form Field class for the Joomla Platform. |
JFormFieldPassword | Form Field class for the Joomla Platform. |
JFormFieldFile | Form Field class for the Joomla Platform. |
JFormFieldCheckboxes | Form Field class for the Joomla Platform. |
JFormFieldList | Form Field class for the Joomla Platform. |
JFormFieldRadio | Form Field class for the Joomla Platform. |
JFormFieldMedia | Form Field class for the Joomla Platform. |
JFormFieldEditor | Form Field class for the Joomla Platform. |
JFormFieldCalendar | Form Field class for the Joomla Platform. |
JFormFieldSpacer | Form Field class for the Joomla Platform. |
JFormFieldUsergroup | Form Field class for the Joomla Platform. |
JFormFieldEMail | Form Field class for the Joomla Platform. |
JFormFieldRules | Form Field class for the Joomla Platform. |
JFormFieldGroupedList | Form Field class for the Joomla Platform. |
JFormFieldTextarea | Form Field class for the Joomla Platform. |
JFormFieldModuleLayout | Form Field to display a list of the layouts for module display from the module or template overrides. |
JFormFieldComponentLayout | Form Field to display a list of the layouts for a component view from the extension or template overrides. |
JFormFieldHidden | Form Field class for the Joomla Platform. |
JFormFieldText | Form Field class for the Joomla Platform. |
JFormFieldColor | Color Form Field class for the Joomla Platform. |
JFormFieldUser | Field to select a user id from a modal list. |
JFormFieldCaptcha | Form Field class for the Joomla Framework. |
JFormFieldPrefix | Form Field class for the Joomla Framework. |
The count value for generated name field
The string used for generated fields names
The description text for the form field. Usually used in tooltips.
The SimpleXMLElement object of the <field /> XML element that describes the form field.
The name of the field.
The JForm object of the form attached to the form field.
The form control prefix for field names from the JForm object attached to the form field.
The group of the field.
The hidden state for the form field.
The document id for the form field.
The input for the form field.
The label for the form field.
The label's CSS class of the form field
The multiple state for the form field. If true then multiple values are allowed for the field. Most often used for list field types.
The name of the form field.
The required state for the form field. If true then there must be a value for the field to be considered valid.
True to translate the field description string.
True to translate the field label string.
The form field type.
The validation method for the form field. This value will determine which method is used to validate the value for a field.
The value of the form field.
Method to instantiate the form field object.
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.
Method to get certain otherwise inaccessible properties from the form field object.
Documentation generated on Mon, 25 Jun 2012 13:54:42 -0500 by phpDocumentor 1.4.4