Class JFormFieldList

Description

Form Field class for the Joomla Platform.

Supports a generic list of options.

  • since: 11.1

Located in /libraries/joomla/form/fields/list.php (line 20)

JFormField
   |
   --JFormFieldList
Direct descendents
Class Description
 class JFormFieldBannerClient Bannerclient Field class for the Joomla Framework.
 class JFormFieldCategoryEdit Form Field class for the Joomla Framework.
 class JFormFieldCategoryParent Form Field class for the Joomla Framework.
 class JFormFieldDirectories Renders a list of directories.
 class JFormFieldSearchFilter Search Filter field for the Finder package.
 class JFormFieldMenuOrdering Form Field class for the Joomla Framework.
 class JFormFieldMenuParent Form Field class for the Joomla Framework.
 class JFormFieldMenutype Form Field class for the Joomla Framework.
 class JFormFieldNewsfeeds Form Field class for the Joomla Framework.
 class JFormFieldGroupParent Form Field class for the Joomla Framework.
 class JFormFieldLanguage Form Field class for the Joomla Platform.
 class JFormFieldAuthor Form Field to load a list of content authors
 class JFormFieldContentlanguage Form Field class for the Joomla Platform.
 class JFormFieldContenttype Form Field class for the Joomla Framework.
 class JFormFieldHeadertag Form Field class for the Joomla! CMS.
 class JFormFieldHelpsite Form Field class for the Joomla Platform.
 class JFormFieldLimitbox Field to load a list of posible item count limits
 class JFormFieldMenu Supports an HTML select list of menus
 class JFormFieldModuletag Form Field class for the Joomla! CMS.
 class JFormFieldTag Form Field class for the Joomla Framework.
 class JFormFieldUserGroupList Field to load a list of available users statuses
 class FOFFormFieldActions Form Field class for FOF Supports a generic list of options.
 class FOFFormFieldComponents Form Field class for FOF Components installed on the site
 class FOFFormFieldList Form Field class for FOF Supports a generic list of options.
 class FOFFormFieldPublished Form Field class for FOF Supports a generic list of options.
 class JFormFieldAccessLevel Form Field class for the Joomla Platform.
 class JFormFieldCacheHandler Form Field class for the Joomla Platform.
 class JFormFieldCombo Form Field class for the Joomla Platform.
 class JFormFieldDatabaseConnection Form Field class for the Joomla Platform.
 class JFormFieldFileList Supports an HTML select list of files
 class JFormFieldFolderList Supports an HTML select list of folder
 class JFormFieldInteger Form Field class for the Joomla Platform.
 class JFormFieldPlugins Form Field class for the Joomla Framework.
Abstract class JFormFieldPredefinedList Form Field to load a list of predefined values
 class JFormFieldSessionHandler Form Field class for the Joomla Platform.
 class JFormFieldSQL Supports an custom SQL select list
 class JFormFieldCategory Form Field class for the Joomla Platform.
Variable Summary
 string $type
Method Summary
 string getInput ()
 array getOptions ()
Variables
string $type = 'List' (line 28)

The form field type.

  • since: 11.1
  • access: protected

Redefinition of:
JFormField::$type
The form field type.

Redefined in descendants as:

Inherited Variables

Inherited from JFormField

JFormField::$autocomplete
JFormField::$autofocus
JFormField::$class
JFormField::$count
JFormField::$default
JFormField::$description
JFormField::$disabled
JFormField::$element
JFormField::$fieldname
JFormField::$form
JFormField::$formControl
JFormField::$generated_fieldname
JFormField::$group
JFormField::$hidden
JFormField::$hint
JFormField::$id
JFormField::$input
JFormField::$label
JFormField::$labelClass
JFormField::$multiple
JFormField::$name
JFormField::$onchange
JFormField::$onclick
JFormField::$pattern
JFormField::$readonly
JFormField::$repeat
JFormField::$required
JFormField::$size
JFormField::$spellcheck
JFormField::$translateDescription
JFormField::$translateHint
JFormField::$translateLabel
JFormField::$validate
JFormField::$value
Methods
getInput (line 38)

Method to get the field input markup for a generic list.

Use the multiple attribute to enable multiselect.

  • return: The field input markup.
  • since: 11.1
  • access: protected
string getInput ()

Redefinition of:
JFormField::getInput()
Method to get the field input markup.

Redefined in descendants as:
getOptions (line 84)

Method to get the field options.

  • return: The field option objects.
  • since: 11.1
  • access: protected
array getOptions ()

Redefined in descendants as:

Inherited Methods

Inherited From JFormField

 JFormField::__construct()
 JFormField::getAttribute()
 JFormField::getControlGroup()
 JFormField::getFieldName()
 JFormField::getId()
 JFormField::getInput()
 JFormField::getLabel()
 JFormField::getName()
 JFormField::getTitle()
 JFormField::setForm()
 JFormField::setup()
 JFormField::setValue()
 JFormField::__get()
 JFormField::__set()

Documentation generated on Tue, 19 Nov 2013 15:07:15 +0100 by phpDocumentor 1.4.3