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
JFormFieldGroupParent Form Field class for the Joomla Framework.
JFormFieldNewsfeeds Form Field class for the Joomla Framework.
JFormFieldCategoryParent Form Field class for the Joomla Framework.
JFormFieldCategoryEdit Form Field class for the Joomla Framework.
JFormFieldDirectories Renders a list of directories.
JFormFieldSearchFilter Search Filter field for the Finder package.
JFormFieldMenuParent Form Field class for the Joomla Framework.
JFormFieldMenutype Form Field class for the Joomla Framework.
JFormFieldMenuOrdering Form Field class for the Joomla Framework.
JFormFieldBannerClient Bannerclient Field class for the Joomla Framework.
JFormFieldCacheHandler Form Field class for the Joomla Platform.
JFormFieldLanguage Language Form Field class.
JFormFieldCombo Form Field class for the Joomla Platform.
JFormFieldFolderList Supports an HTML select list of folder
JFormFieldContentLanguage Form Field class for the Joomla Platform.
JFormFieldCategory Form Field class for the Joomla Platform.
JFormFieldEditors Form Field class for the Joomla Platform.
JFormFieldDatabaseConnection Form Field class for the Joomla Platform.
JFormFieldPlugins Form Field class for the Joomla Framework.
JFormFieldAccessLevel Form Field class for the Joomla Platform.
JFormFieldSQL Supports an custom SQL select list
JFormFieldFileList Supports an HTML select list of files
JFormFieldInteger Form Field class for the Joomla Platform.
JFormFieldSessionHandler Form Field class for the Joomla Platform.
JFormFieldMenu Supports an HTML select list of menus
JFormFieldHelpsite Form Field class for the Joomla Platform.
JFormFieldSample Sample data Form Field class.
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::$count
JFormField::$description
JFormField::$element
JFormField::$fieldname
JFormField::$form
JFormField::$formControl
JFormField::$generated_fieldname
JFormField::$group
JFormField::$hidden
JFormField::$id
JFormField::$input
JFormField::$label
JFormField::$labelClass
JFormField::$multiple
JFormField::$name
JFormField::$required
JFormField::$translateDescription
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::getFieldName()
JFormField::getId()
JFormField::getInput()
JFormField::getLabel()
JFormField::getName()
JFormField::getTitle()
JFormField::setForm()
JFormField::setup()
JFormField::__get()

Documentation generated on Mon, 25 Jun 2012 13:56:24 -0500 by phpDocumentor 1.4.4