JButtonStandard: Difference between revisions
From Joomla! Documentation
m moving preparation |
m clean up |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JButtonStandard== | =={{JVer|11.1}} JButtonStandard== | ||
===Description=== | ===Description=== | ||
{{Description:JButtonStandard}} | {{subst:Description:JButtonStandard}} | ||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
| Line 34: | 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]] | ||
{{SeeAlso:JButtonStandard}} | {{subst:SeeAlso:JButtonStandard}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:49, 24 March 2017
JButtonStandard
Description
{{subst:Description:JButtonStandard}}
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
{{subst:SeeAlso:JButtonStandard}}
User contributed notes
<CodeExamplesForm />