JButtonPopup/1.5
From Joomla! Documentation
< JButtonPopup(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JButtonPopup== | ||
| + | ===Description=== | ||
| + | {{Description:JButtonPopup}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JButtonPopup|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JButtonPopup|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JButtonPopup::_getCommand/1.5|_getCommand]] | |[[JButtonPopup::_getCommand/1.5|_getCommand]] | ||
|Get the JavaScript command for the button. | |Get the JavaScript command for the button. | ||
|- | |- | ||
| + | |public | ||
|[[JButtonPopup::fetchButton/1.5|fetchButton]] | |[[JButtonPopup::fetchButton/1.5|fetchButton]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JButtonPopup::fetchId/1.5|fetchId]] | |[[JButtonPopup::fetchId/1.5|fetchId]] | ||
|Get the button id. | |Get the button id. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/toolbar/button/popup.php | ||
| + | * '''Extends''' [[JButton/1.5|JButton]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.popup' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.popup' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JButtonPopup''' on [http://api.joomla.org/Joomla-Framework/Html/JButtonPopup.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JButtonPopup source code''' on [[jframework15:html/toolbar/button/popup.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
| + | * [[JButtonPopup|Other versions of JButtonPopup]] | ||
| + | {{SeeAlso:JButtonPopup}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JButtonPopup|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JButtonPopup|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 44: | Line 47: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JButtonPopup]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JButtonPopup]]</noinclude> | ||
Revision as of 18:06, 25 April 2011
JButtonPopup
Description
Description:JButtonPopup [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _getCommand | Get the JavaScript command for the button. |
| public | fetchButton | |
| public | fetchId | Get the button id. |
- Defined in libraries/joomla/html/toolbar/button/popup.php
- Extends JButton
Importing
jimport( 'joomla.html.toolbar.button.popup' );
See also
-
JButtonPopup on api.joomla.org
-
JButtonPopup source code on JoomlaCode
-
Subpackage Html
- Other versions of JButtonPopup
SeeAlso:JButtonPopup [Edit See Also]
User contributed notes
<CodeExamplesForm />