API15

JButtonCustom: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
No edit summary
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JButtonCustom}}
<nowiki>[</nowiki>[[Description:JButtonCustom|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JButtonCustom}}


===Defined in===
===Defined in===
Line 22: Line 19:
<source lang="php">jimport( 'joomla.html.toolbar.button.custom' );</source>
<source lang="php">jimport( 'joomla.html.toolbar.button.custom' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonCustom|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JButtonCustom}}
</span>
{{SeeAlso:JButtonCustom}}


===Examples===
===Examples===

Revision as of 13:13, 24 March 2017

{{subst:Description:JButtonCustom}}

Defined in

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

Methods

Method name Description
fetchButton
fetchId Get the button CSS Id

Importing

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


{{subst:SeeAlso:JButtonCustom}}

Examples

<CodeExamplesForm />