Class JElementHidden

Description

Renders a hidden element

  • deprecated: 12.1 Use JFormFieldHidden instead.
  • since: 11.1

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

JObject
   |
   --JElement
      |
      --JElementHidden
Variable Summary
string $_name
Method Summary
string fetchElement (string $name, string $value, JXMLElement &$node, string $control_name)
string fetchTooltip (string $label, string $description, JXMLElement &$xmlElement, [string $control_name = ''], [string $name = ''])
Variables
string $_name = 'Hidden' (line 28)

Element name

  • since: 11.1
  • access: protected

Redefinition of:
JElement::$_name
Element name

Inherited Variables

Inherited from JElement

JElement::$_parent

Inherited from JObject

JObject::$_errors
Methods
fetchElement (line 43)

Fetch a hidden element

  • deprecated: 12.1
  • 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
fetchTooltip (line 69)

Fetch tooltip for a hidden element

  • deprecated: 12.1
  • since: 11.1
  • access: public
string fetchTooltip (string $label, string $description, JXMLElement &$xmlElement, [string $control_name = ''], [string $name = ''])
  • string $label: Element label
  • string $description: Element description (which renders as a tool tip)
  • JXMLElement &$xmlElement: Element object
  • string $control_name: Control name
  • string $name: Element name

Redefinition of:
JElement::fetchTooltip()
Method to get a tool tip from an XML 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:55:35 -0500 by phpDocumentor 1.4.4