API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JButtonStandard|Edit Descripton]]<nowiki>]</nowiki>
</span>
===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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonStandard|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:49, 24 March 2017

Joomla 11.1 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

{{subst:SeeAlso:JButtonStandard}}

User contributed notes

<CodeExamplesForm />