Class JElementRadio

Description

Renders a radio element

  • deprecated: 12.1 Use JFormFieldRadio instead
  • since: 11.1

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

JObject
   |
   --JElement
      |
      --JElementRadio
Variable Summary
string $_name
Method Summary
string fetchElement (string $name, string $value, JXMLElement &$node, string $control_name)
Variables
string $_name = 'Radio' (line 27)

Element name

  • access: protected

Redefinition of:
JElement::$_name
Element name

Inherited Variables

Inherited from JElement

JElement::$_parent

Inherited from JObject

JObject::$_errors
Methods
fetchElement (line 42)

Fetch a html for a radio button

  • deprecated: 12.1 Use JFormFieldRadio::getInput and JFormFieldRadio::getOptions indsead.
  • since: 11.1
  • access: public
string fetchElement (string $name, string $value, JXMLElement &$node, string $control_name)
  • string $name: Element name
  • string $value: Element value
  • JXMLElement &$node: JXMLElement node object containing the settings for the element
  • string $control_name: Control name

Redefinition of:
JElement::fetchElement()
Fetch an element

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:59:01 -0500 by phpDocumentor 1.4.4