Class JElementList

Description

Renders a list element

  • deprecated: Use JFormFieldList instead
  • since: 11.1

Located in /libraries/joomla/html/parameter/element/list.php (line 20)

JObject
   |
   --JElement
      |
      --JElementList
Direct descendents
Class Description
JElementContentLanguages Renders a select list of Asset Groups
JElementComponentLayouts Parameter to display a list of the layouts for a component view from the extension or default template overrides.
JElementModuleLayouts Parameter to display a list of the layouts for a module from the module or default template overrides.
Variable Summary
string $_name
Method Summary
string fetchElement (string $name, mixed $value, JSimpleXMLElement &$node, string $control_name)
array _getOptions (JXMLElement &$node)
Variables
string $_name = 'List' (line 27)

Element type

  • access: protected

Redefinition of:
JElement::$_name
Element name

Redefined in descendants as:

Inherited Variables

Inherited from JElement

JElement::$_parent

Inherited from JObject

JObject::$_errors
Methods
fetchElement (line 68)

Fetch the HTML code for the parameter element.

  • deprecated: 12.1
  • since: 11.1
  • access: public
string fetchElement (string $name, mixed $value, JSimpleXMLElement &$node, string $control_name)
  • string $name: The field name.
  • mixed $value: The value of the field.
  • JSimpleXMLElement &$node: The current JSimpleXMLElement node.
  • string $control_name: The name of the HTML control.

Redefinition of:
JElement::fetchElement()
Fetch an element
_getOptions (line 40)

Get the options for the element

  • deprecated: 12.1 Use JFormFieldList::getOptions Instead
  • since: 11.1
  • access: protected
array _getOptions (JXMLElement &$node)
  • JXMLElement &$node: JXMLElement node object containing the settings for the element

Redefined in descendants as:

Inherited Methods

Inherited From JElement

JElement::__construct()
JElement::fetchElement()
JElement::fetchTooltip()
JElement::getName()
JElement::render()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

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