API17

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===
{{subst:Description:JButtonStandard}}
 


===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]]
{{subst:SeeAlso:JButtonStandard}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JButtonStandard
category=JButtonStandard
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*

Latest revision as of 02:24, 25 March 2017

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


User contributed notes

Code Examples