Class JFormFieldGroupedList

Description

Form Field class for the Joomla Platform.

Provides a grouped list select field.

  • since: 11.1

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

JFormField
   |
   --JFormFieldGroupedList
Direct descendents
Class Description
JFormFieldMenuItem Supports an HTML grouped select list of menu item grouped by menu
JFormFieldTimezone Form Field class for the Joomla Platform.
JFormFieldTemplateStyle Form Field class for the Joomla CMS.
Variable Summary
string $type
Method Summary
array getGroups ()
string getInput ()
Variables
Methods
getGroups (line 37)

Method to get the field option groups.

  • return: The field option objects as a nested array in groups.
  • since: 11.1
  • access: protected
array getGroups ()

Redefined in descendants as:
getInput (line 137)

Method to get the field input markup fora grouped list.

Multiselect is enabled by using the multiple attribute.

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

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

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:55:09 -0500 by phpDocumentor 1.4.4