API16

JButtonPopup: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JButtonPopup}} ===Defined in...
 
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JButtonPopup}}
<nowiki>[</nowiki>[[Description:JButtonPopup|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JButtonPopup}}


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


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


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

Revision as of 13:41, 24 March 2017

{{subst:Description:JButtonPopup}}

Defined in

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

Methods

Method name Description
fetchButton
fetchId Get the button id

Importing

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


{{subst:SeeAlso:JButtonPopup}}

Examples

<CodeExamplesForm />