Difference between revisions of "JButtonStandard"
From Joomla! Documentation
m (JoomlaWikiBot moved page JButtonStandard/11.1 to API17:JButtonStandard 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}} JButtonStandard== | =={{JVer|11.1}} JButtonStandard== | ||
===Description=== | ===Description=== | ||
− | + | ||
− | + | ||
− | |||
− | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
Line 14: | Line 12: | ||
|- | |- | ||
|public | |public | ||
− | |[[JButtonStandard::fetchButton | + | |[[API17:JButtonStandard::fetchButton|fetchButton]] |
| | | | ||
|- | |- | ||
|public | |public | ||
− | |[[JButtonStandard::fetchId | + | |[[API17:JButtonStandard::fetchId|fetchId]] |
|Get the button CSS Id. | |Get the button CSS Id. | ||
|- | |- | ||
|protected | |protected | ||
− | |[[JButtonStandard::_getCommand | + | |[[API17:JButtonStandard::_getCommand|_getCommand]] |
|Get the JavaScript command for the button. | |Get the JavaScript command for the button. | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/html/toolbar/button/standard.php | * '''Defined in''' libraries/joomla/html/toolbar/button/standard.php | ||
− | * '''Extends''' [[JButton | + | * '''Extends''' [[API17:JButton|JButton]] |
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.standard' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.standard' );</source> | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JButtonStandard source code''' on [[jplatform:html/toolbar/button/standard.php|BitBucket]] | * {{JVer|11.1}} '''JButtonStandard source code''' on [[jplatform:html/toolbar/button/standard.php|BitBucket]] | ||
− | * {{JVer|11.1}} Subpackage [[Subpackage Html | + | * {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]] |
− | * [[JButtonStandard|Other versions of JButtonStandard]] | + | * [[API17:JButtonStandard|Other versions of JButtonStandard]] |
− | + | ||
− | + | ||
− | |||
− | |||
===User contributed notes=== | ===User contributed notes=== | ||
− | + | === Code Examples === | |
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JButtonStandard | category=JButtonStandard | ||
− | + | 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 21:24, 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.
JButtonStandard[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/standard.php
- Extends JButton
Importing[edit]
jimport( 'joomla.html.toolbar.button.standard' );
See also[edit]
JButtonStandard source code on BitBucket
Subpackage Html
- Other versions of JButtonStandard
User contributed notes[edit]
Code Examples[edit]