Class JToolbarButtonSlider

Description

Renders a button to render an HTML element in a slider container

  • since: 3.0

Located in /libraries/cms/toolbar/button/slider.php (line 19)

JToolbarButton
   |
   --JToolbarButtonSlider
Variable Summary
 string $_name
Method Summary
 string fetchButton ([string $type = 'Slider'], [string $name = ''], [string $text = ''], [string $url = ''], [integer $width = 640], [integer $height = 480], [string $onClose = ''])
 string fetchId (string $type, string $name)
Variables
string $_name = 'Slider' (line 26)

Button type

  • access: protected

Redefinition of:
JToolbarButton::$_name
element name

Inherited Variables

Inherited from JToolbarButton

JToolbarButton::$_parent
Methods
fetchButton (line 43)

Fetch the HTML for the button

  • return: HTML string for the button
  • since: 3.0
  • access: public
string fetchButton ([string $type = 'Slider'], [string $name = ''], [string $text = ''], [string $url = ''], [integer $width = 640], [integer $height = 480], [string $onClose = ''])
  • string $type: Unused string, formerly button type.
  • string $name: Button name
  • string $text: The link text
  • string $url: URL for popup
  • integer $width: Width of popup
  • integer $height: Height of popup
  • string $onClose: JavaScript for the onClose event.

Redefinition of:
JToolbarButton::fetchButton()
Get the button
fetchId (line 78)

Get the button id

  • return: Button CSS Id
  • since: 3.0
  • access: public
string fetchId (string $type, string $name)
  • string $type: Button type
  • string $name: Button name

Inherited Methods

Inherited From JToolbarButton

 JToolbarButton::__construct()
 JToolbarButton::fetchButton()
 JToolbarButton::fetchIconClass()
 JToolbarButton::getName()
 JToolbarButton::render()

Documentation generated on Tue, 19 Nov 2013 15:13:57 +0100 by phpDocumentor 1.4.3