API17:JButtonPopup:: getCommand
From Joomla! Documentation
(Difference between revisions)
(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> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function _getCommand ( |
| + | $name | ||
| + | $url | ||
| + | $width | ||
| + | $height | ||
| + | $top | ||
| + | $left | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 52: | Line 56: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string JavaScript command string | |
| − | string JavaScript command string | + | * '''Defined''' on line 67 of libraries/joomla/html/toolbar/button/popup.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/html/toolbar/button/popup.php | + | |
| − | * | + | |
| − | + | ||
===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> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<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
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JButtonPopup::_getCommand
Description
Get the JavaScript command for the button.
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
See also
-
JButtonPopup::_getCommand source code on BitBucket
-
Class JButtonPopup
-
Subpackage Html
- Other versions of JButtonPopup::_getCommand
SeeAlso:JButtonPopup:: getCommand [Edit See Also]
User contributed notes
<CodeExamplesForm />
