Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JElementHidden

Description

Renders a hidden element

  • since: 1.5

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

Class JObject   (Subpackage Base)

Abstract class JElement
   
   Class JElementHidden   (Subpackage Parameter)
Variable Summary
Variable string $_name
Method Summary
Method void fetchElement ( $name,  $value,  &$node,  $control_name)
Method void fetchTooltip ( $label,  $description,  &$xmlElement, [ $control_name = ''], [ $name = ''])
Variables
string $_name = 'Hidden' (line 34)

Element name

  • access: protected

Redefinition of:
JElement::$_name
element name

Inherited Variables

Inherited from JElement

Variable JElement::$_parent

Inherited from JObject

Variable JObject::$_errors
Methods
fetchElement (line 36)
void fetchElement ( $name,  $value,  &$node,  $control_name)
  • $name
  • $value
  • &$node
  • $control_name

Redefinition of:
JElement::fetchElement()
fetchTooltip (line 43)
void fetchTooltip ( $label,  $description,  &$xmlElement, [ $control_name = ''], [ $name = ''])
  • $label
  • $description
  • &$xmlElement
  • $control_name
  • $name

Redefinition of:
JElement::fetchTooltip()

Inherited Methods

Inherited From JElement

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

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()
Support Joomla!