Difference between revisions of "JButtonLink"
From Joomla! Documentation
m (JoomlaWikiBot moved page JButtonLink/11.1 to API17:JButtonLink without leaving a redirect: Robot: Moved page) |
m (preparing for archive only) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
=={{JVer|11.1}} JButtonLink== | =={{JVer|11.1}} JButtonLink== | ||
===Description=== | ===Description=== | ||
− | + | ||
− | + | ||
− | |||
− | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
Line 14: | Line 12: | ||
|- | |- | ||
|public | |public | ||
− | |[[JButtonLink::fetchButton | + | |[[API17:JButtonLink::fetchButton|fetchButton]] |
| | | | ||
|- | |- | ||
|public | |public | ||
− | |[[JButtonLink::fetchId | + | |[[API17:JButtonLink::fetchId|fetchId]] |
|Get the button CSS Id. | |Get the button CSS Id. | ||
|- | |- | ||
|protected | |protected | ||
− | |[[JButtonLink::_getCommand | + | |[[API17:JButtonLink::_getCommand|_getCommand]] |
|Get the JavaScript command for the button. | |Get the JavaScript command for the button. | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/html/toolbar/button/link.php | * '''Defined in''' libraries/joomla/html/toolbar/button/link.php | ||
− | * '''Extends''' [[JButton | + | * '''Extends''' [[API17:JButton|JButton]] |
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.link' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.link' );</source> | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JButtonLink source code''' on [[jplatform:html/toolbar/button/link.php|BitBucket]] | * {{JVer|11.1}} '''JButtonLink source code''' on [[jplatform:html/toolbar/button/link.php|BitBucket]] | ||
− | * {{JVer|11.1}} Subpackage [[Subpackage Html | + | * {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]] |
− | * [[JButtonLink|Other versions of JButtonLink]] | + | * [[API17:JButtonLink|Other versions of JButtonLink]] |
− | + | ||
− | + | ||
− | |||
− | |||
===User contributed notes=== | ===User contributed notes=== | ||
− | + | === Code Examples === | |
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JButtonLink | category=JButtonLink | ||
− | + | namespace=CodeExample | |
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Line 49: | Line 45: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
− | <noinclude> | + | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> |
Latest revision as of 20:23, 24 March 2017
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JButtonLink[edit]
Description[edit]
Methods[edit]
Visibility | Method name | Description |
---|---|---|
public | fetchButton | |
public | fetchId | Get the button CSS Id. |
protected | _getCommand | Get the JavaScript command for the button. |
- Defined in libraries/joomla/html/toolbar/button/link.php
- Extends JButton
Importing[edit]
jimport( 'joomla.html.toolbar.button.link' );
See also[edit]
JButtonLink source code on BitBucket
Subpackage Html
- Other versions of JButtonLink
User contributed notes[edit]
Code Examples[edit]