Standard form field and parameter types

From Joomla! Documentation

Revision as of 21:30, 22 April 2011 by Elin (talk | contribs) (Deleting a field type that doesn't exist)

There are many different standard form field types supported in the Joomla Framework for all extension types (templates, components, modules and plugins). This section gives a brief description of each form field type, in alphabetical order. Full details of each form field type are given on the following pages.

Form fields and the JForm class were introduced in Joomla 1.6. Prior to that these standard types were referred to as parameter types and were handled by the, now deprecated, JParameter class.

Type Description Availability
accesslevel Joomla 1.6
cachehandler Joomla 1.6
calendar provides a text box for entry of a date. An icon next to the text box provides a link to a pop-up calendar, which can also be used to enter the date value. Joomla 1.5Joomla 1.6
category provides a drop down list of categories from a given section. Joomla 1.5Joomla 1.6
checkbox Joomla 1.6
checkboxes Joomla 1.6
combo Joomla 1.6
componentlayout Joomla 1.6
contentlanguage Joomla 1.6
editor Joomla 1.6
editors provides a drop down list of the available WYSIWYG editors. Joomla 1.5Joomla 1.6
file Joomla 1.6
filelist provides a drop down list of files from a specified directory. Joomla 1.5Joomla 1.6
folderlist provides a drop down list of folders from a specified directory. Joomla 1.5Joomla 1.6
groupedlist Joomla 1.6
helpsite provides a drop down list of the help sites for your Joomla installation. Joomla 1.6
helpsites provides a drop down list of the help sites for your Joomla installation. Deprecated; use helpsite in Joomla 1.6 onwards. Joomla 1.5
hidden provides a hidden field for saving a parameter whose value cannot be altered directly by a user in the Administrator (it can be altered in code or by editing the params.ini file). Joomla 1.5Joomla 1.6
imagelist provides a drop down list of image files in a specified directory. Joomla 1.5Joomla 1.6
imagelist Joomla 1.6
integer Joomla 1.6
language provides a drop down list of the installed languages for the Front-end or Back-end. Joomla 1.6
languages provides a drop down list of the installed languages for the Front-end or Back-end. Deprecated; use language in Joomla 1.6 onwards. Joomla 1.5
list provides a drop down list of custom-defined entries. Joomla 1.5Joomla 1.6
media Joomla 1.6
menu provides a drop down list of the available menus from your Joomla site. Joomla 1.5Joomla 1.6
menuitem provides a drop down list of the available menu items from your Joomla site. Joomla 1.5Joomla 1.6
modulelayout Joomla 1.6
password provides a text box for entry of a password. The password characters will be obscured as they are entered. Joomla 1.5Joomla 1.6
radio provides radio buttons to select different options. Joomla 1.5Joomla 1.6
rules Joomla 1.6
sessionhandler Joomla 1.6
section provides a drop down list of the sections from your Joomla site. Deprecated; use category in Joomla 1.6 onwards. Joomla 1.5
spacer provides a visual separator between parameter field elements. It is purely a visual aid and no parameter value is stored. Joomla 1.5Joomla 1.6
sql provides a drop down list of entries obtained by running a query on the Joomla Database. The first results column returned by the query provides the values for the drop down box. Joomla 1.5Joomla 1.6
templatestyle Joomla 1.6
text provides a text box for data entry. Joomla 1.5Joomla 1.6
textarea provides a text area for entry of multi-line text. Joomla 1.5Joomla 1.6
timezone provides a drop down list of time zones. Joomla 1.6
timezones provides a drop down list of time zones. Deprecated; use timezone in Joomla 1.6 onwards. Joomla 1.5
user Joomla 1.6
usergroup provides a drop down list of user groups. Joomla 1.5Joomla 1.6