API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JButtonConfirm::_getCommand|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonConfirm::_getCommand|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:48, 24 March 2017

Joomla 11.1 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 Joomla 11.1

See also

{{subst:SeeAlso:JButtonConfirm::_getCommand}}

User contributed notes

<CodeExamplesForm />