JButtonStandard: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JButtonStandard== | =={{JVer|11.1}} JButtonStandard== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 32: | Line 32: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]] | ||
* [[API17: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=* | ||
Latest revision as of 02:24, 25 March 2017
JButtonStandard
Description
Methods
| 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
jimport( 'joomla.html.toolbar.button.standard' );
See also
JButtonStandard source code on BitBucket
Subpackage Html- Other versions of JButtonStandard
User contributed notes
Code Examples