API17

API17:JButtonCustom::fetchId

From Joomla! Documentation

Revision as of 02:23, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples