API17

JButtonLink:: getCommand: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
protected JButtonLink->_getCommand ($url)
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

Joomla 11.1 JButtonLink::_getCommand

Description

Get the JavaScript command for the button.

Template:Description:JButtonLink:: getCommand [Edit Descripton]

Since

Joomla 11.1

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)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JButtonLink:: getCommand

Examples

<CodeExamplesForm />