API17:JButtonCustom::fetchId
From Joomla! Documentation
JButtonCustom::fetchId
Description
Get the button CSS Id.
public function fetchId (
$type='Custom'
$html= ''
$id= 'custom'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | 'Custom' | ||
| $html | |||
| $id | 'custom' |
- Returns string Button CSS Id
- Defined on line 40 of libraries/joomla/html/toolbar/button/custom.php
- Since

See also
JButtonCustom::fetchId source code on BitBucket
Class JButtonCustom
Subpackage Html- Other versions of JButtonCustom::fetchId
User contributed notes
Code Examples