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 JButtonCustom

Description

Renders a custom button

  • since: 1.5

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

Class JObject   (Subpackage Base)

Abstract class JButton
   
   Class JButtonCustom   (Subpackage HTML)
Variable Summary
Variable string $_name
Method Summary
Method void fetchButton ([ $type = 'Custom'], [ $html = ''], [ $id = 'custom'])
Method string fetchId ([ $type = 'Custom'], [ $html = ''], [ $id = 'custom'])
Variables
string $_name = 'Custom' (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 = 'Custom'], [ $html = ''], [ $id = 'custom'])
  • $type
  • $html
  • $id

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

Get the button CSS Id

  • return: Button CSS Id
  • since: 1.5
  • access: public
string fetchId ([ $type = 'Custom'], [ $html = ''], [ $id = 'custom'])
  • $type
  • $html
  • $id

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!