JToolbarButtonSlider::fetchButton
Fetch the HTML for the button
Signature
public function fetchButton([string
$type = 'Slider',
[string
$name = '',
[string
$text = '',
[string
$url = '',
[integer
$width = 640,
[integer
$height = 480,
[string
$onClose = '']]]]]]] )
Parameters
-
$type
- Unused string, formerly button type.
-
$name
- Button name
-
$text
- The link text
-
$url
- URL for popup
-
$width
- Width of popup
-
$height
- Height of popup
-
$onClose
- JavaScript for the onClose event.
Returns
- string
- HTML string for the button
Parent Implementation