JButtonStandard:: getCommand/1.5
From Joomla! Documentation
JButtonStandard::_getCommand
Description
Get the JavaScript command for the button.
Description:JButtonStandard:: getCommand [Edit Descripton]
public function _getCommand ( $name $task $list $hide )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The task name as seen by the user | |
| $task | string | The task used by the application | |
| $list | ??? | ||
| $hide | boolean |
- Returns string JavaScript command string
- Defined on line 74 of libraries/joomla/html/toolbar/button/standard.php
- Since
See also
-
JButtonStandard::_getCommand on api.joomla.org
-
JButtonStandard source code on JoomlaCode
-
Class JButtonStandard
-
Subpackage Html
- Other versions of JButtonStandard::_getCommand
SeeAlso:JButtonStandard:: getCommand [Edit See Also]
User contributed notes
<CodeExamplesForm />