API17

Difference between revisions of "JButtonPopup:: getCommand"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JButtonPopup::_getCommand|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JButtonPopup::_getCommand|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JButtonPopup::_getCommand ($name, $url, $width, $height, $top, $left)
+
protected function _getCommand (
 +
        $name
 +
        $url
 +
        $width
 +
        $height
 +
        $top
 +
        $left
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 52: Line 56:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string JavaScript command string
string JavaScript command string
+
* '''Defined''' on line 67 of libraries/joomla/html/toolbar/button/popup.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/html/toolbar/button/popup.php (line 70)
 
* see source code in [[jplatform:html/toolbar/button/popup.php#cl-70|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JButtonPopup::_getCommand source code''' on [[jplatform:html/toolbar/button/popup.php#cl-59|BitBucket]]
 +
* {{JVer|11.1}} Class [[JButtonPopup/11.1|JButtonPopup]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JButtonPopup::_getCommand|Other versions of JButtonPopup::_getCommand]]
 +
{{SeeAlso:JButtonPopup::_getCommand}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonPopup::_getCommand|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JButtonPopup::_getCommand|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JButtonPopup/11.1|JButtonPopup]]
+
===User contributed notes===
* [[JButtonPopup::_getCommand|Other versions of this method]]
 
{{SeeAlso:JButtonPopup::_getCommand}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 73: Line 76:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JButtonPopup]][[Category:JButtonPopup::_getCommand]]</noinclude>
 
<noinclude>[[Category:JButtonPopup]][[Category:JButtonPopup::_getCommand]]</noinclude>

Revision as of 20:13, 27 April 2011

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::_getCommand[edit]

Description[edit]

Get the JavaScript command for the button.

Template:Description:JButtonPopup:: getCommand [Edit Descripton]

protected function _getCommand (
        $name
        $url
        $width
        $height
        $top
        $left
)
Parameter Type Default Description
$name object $definition Button definition
$url
$width
$height
$top
$left
  • Returns string JavaScript command string
  • Defined on line 67 of libraries/joomla/html/toolbar/button/popup.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JButtonPopup:: getCommand [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />