JButtonLink:: getCommand: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
protected | protected JButtonLink::_getCommand ($url) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
string JavaScript command string | string JavaScript command string | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/toolbar/button/link.php | libraries/joomla/html/toolbar/button/link.php (line 65) | ||
* see source code in [[jplatform:html/toolbar/button/link.php#cl-65|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 00:58, 24 April 2011
JButtonLink::_getCommand
Description
Get the JavaScript command for the button.
Template:Description:JButtonLink:: getCommand [Edit Descripton]
Since
Synopsis
protected JButtonLink::_getCommand ($url)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $url | object | $definition Button definition |
Returns
string JavaScript command string
Defined in
libraries/joomla/html/toolbar/button/link.php (line 65)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JButtonLink:: getCommand
Examples
<CodeExamplesForm />