JButtonPopup: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JButtonPopup}}
===Defined in... |
No edit summary |
||
| Line 18: | Line 18: | ||
|Get the button id | |Get the button id | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.popup' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.popup' );</source> | ||
Revision as of 17:38, 25 March 2010
[Edit Descripton] Template: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' );
[Edit See Also] Template:SeeAlso:JButtonPopup
Examples
<CodeExamplesForm />