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 JButtonLink

Description

Renders a link button

  • since: 1.5

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

Class JObject   (Subpackage Base)

Abstract class JButton
   
   Class JButtonLink   (Subpackage HTML)
Variable Summary
Variable string $_name
Method Summary
Method void fetchButton ([ $type = 'Link'], [ $name = 'back'], [ $text = ''], [ $url = null])
Method string fetchId ( $name)
Variables
string $_name = 'Link' (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 = 'Link'], [ $name = 'back'], [ $text = ''], [ $url = null])
  • $type
  • $name
  • $text
  • $url

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

Get the button CSS Id

  • return: Button CSS Id
  • since: 1.5
  • access: public
string fetchId ( $name)
  • $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!