API16

JButtonCustom/fetchButton: Difference between revisions

From Joomla! Documentation

m removing red link to edit, no existant pages
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[<! removed edit link to red link >]</nowiki>
</span>
<! removed transcluded page call, red link never existed >
<! removed transcluded page call, red link never existed >


Line 40: Line 36:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[<! removed edit link to red link >]</nowiki>
</span>
<! removed transcluded page call, red link never existed >
<! removed transcluded page call, red link never existed >



Revision as of 13:41, 24 March 2017

<! 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

<CodeExamplesForm />