JButtonConfirm:: getCommand: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Get the JavaScript command for the button. | Get the JavaScript command for the button. | ||
{{Description:JButtonConfirm::_getCommand}} | {{subst:Description:JButtonConfirm::_getCommand}} | ||
<source lang="php"> | <source lang="php"> | ||
protected function _getCommand ( | protected function _getCommand ( | ||
| Line 52: | Line 50: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]] | ||
* [[API17:JButtonConfirm::_getCommand|Other versions of JButtonConfirm::_getCommand]] | * [[API17:JButtonConfirm::_getCommand|Other versions of JButtonConfirm::_getCommand]] | ||
{{SeeAlso:JButtonConfirm::_getCommand}} | {{subst:SeeAlso:JButtonConfirm::_getCommand}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:48, 24 March 2017
JButtonConfirm::_getCommand
Description
Get the JavaScript command for the button.
{{subst:Description:JButtonConfirm::_getCommand}}
protected function _getCommand (
$msg
$name
$task
$list
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $msg | object | $definition Button definition | |
| $name | |||
| $task | |||
| $list |
- Returns string JavaScript command string
- Defined on line 64 of libraries/joomla/html/toolbar/button/confirm.php
- Since

See also
JButtonConfirm::_getCommand source code on BitBucket
Class JButtonConfirm
Subpackage Html- Other versions of JButtonConfirm::_getCommand
{{subst:SeeAlso:JButtonConfirm::_getCommand}}
User contributed notes
<CodeExamplesForm />