API16

API16:JButtonCustom/fetchButton

From Joomla! Documentation

<! removed transcluded page call, red link never existed >

Syntax

fetchButton($type='Custom', $html= '', $id= 'custom')
Parameter Name Default Value Description
$type 'Custom'
$html
$id 'custom'

Defined in

libraries/joomla/html/toolbar/button/custom.php

Importing

jimport( 'joomla.html.toolbar.button.custom' );

Source Body

public function fetchButton($type='Custom', $html = '', $id = 'custom')
{
        return $html;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples