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 JButtonHelp

Description

Renders a help popup window button

  • since: 1.5

Located in /joomla/html/toolbar/button/help.php (line 25)

Class JObject   (Subpackage Base)

Abstract class JButton
   
   Class JButtonHelp   (Subpackage HTML)
Variable Summary
Variable string $_name
Method Summary
Method void fetchButton ([ $type = 'Help'], [ $ref = ''], [ $com = false])
Method string fetchId (string $name)
Variables
string $_name = 'Help' (line 33)

Button type

  • access: protected

Redefinition of:
JButton::$_name
element name

Inherited Variables

Inherited from JButton

Variable JButton::$_parent

Inherited from JObject

Variable JObject::$_errors
Methods
fetchButton (line 35)
void fetchButton ([ $type = 'Help'], [ $ref = ''], [ $com = false])
  • $type
  • $ref
  • $com

Redefinition of:
JButton::fetchButton()
Get the button
fetchId (line 60)

Get the button id

Redefined from JButton class

  • return: Button CSS Id
  • since: 1.5
  • access: public
string fetchId (string $name)
  • string $name: Button name

Redefinition of:
JButton::fetchId()
Get the button id

Inherited Methods

Inherited From JButton

 JButton::__construct()
 JButton::fetchButton()
 JButton::fetchIconClass()
 JButton::fetchId()
 JButton::getName()
 JButton::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!