JButtonConfirm:: getCommand: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Get the JavaScript command for the button. | Get the JavaScript command for the button. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 50: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JButtonConfirm::_getCommand | category=JButtonConfirm::_getCommand | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:23, 25 March 2017
JButtonConfirm::_getCommand
Description
Get the JavaScript command for the button.
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
User contributed notes
Code Examples