API17:JButtonLink:: getCommand
From Joomla! Documentation
(Difference between revisions)
(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 19:58, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JButtonLink::_getCommand
Description
Get the JavaScript command for the button.
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
SeeAlso:JButtonLink:: getCommand
Examples
<CodeExamplesForm />
