API17

Difference between revisions of "JButtonPopup"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (preparing for archive only)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JButtonPopup==
 
=={{JVer|11.1}} JButtonPopup==
 
===Description===
 
===Description===
{{Description:JButtonPopup}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JButtonPopup|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JButtonPopup::fetchButton/11.1|fetchButton]]
+
|[[API17:JButtonPopup::fetchButton|fetchButton]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JButtonPopup::fetchId/11.1|fetchId]]
+
|[[API17:JButtonPopup::fetchId|fetchId]]
 
|Get the button id.  
 
|Get the button id.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JButtonPopup::_getCommand/11.1|_getCommand]]
+
|[[API17:JButtonPopup::_getCommand|_getCommand]]
 
|Get the JavaScript command for the button.  
 
|Get the JavaScript command for the button.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/html/toolbar/button/popup.php
 
* '''Defined in''' libraries/joomla/html/toolbar/button/popup.php
* '''Extends''' [[JButton/11.1|JButton]]
+
* '''Extends''' [[API17:JButton|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|11.1}} '''JButtonPopup source code''' on [[jplatform:html/toolbar/button/popup.php|BitBucket]]
 
* {{JVer|11.1}} '''JButtonPopup source code''' on [[jplatform:html/toolbar/button/popup.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JButtonPopup|Other versions of JButtonPopup]]
+
* [[API17:JButtonPopup|Other versions of JButtonPopup]]
{{SeeAlso:JButtonPopup}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JButtonPopup|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JButtonPopup
 
category=JButtonPopup
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*

Latest revision as of 21:23, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JButtonPopup[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public fetchButton
public fetchId Get the button id.
protected _getCommand Get the JavaScript command for the button.
  • Defined in libraries/joomla/html/toolbar/button/popup.php
  • Extends JButton

Importing[edit]

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]