API17

Difference between revisions of "JButtonStandard"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JButtonStandard::fetchButton/11.1|fetchButton]]
+
|[[API17:JButtonStandard::fetchButton|fetchButton]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JButtonStandard::fetchId/11.1|fetchId]]
+
|[[API17:JButtonStandard::fetchId|fetchId]]
 
|Get the button CSS Id.  
 
|Get the button CSS Id.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JButtonStandard::_getCommand/11.1|_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/11.1|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/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JButtonStandard|Other versions of JButtonStandard]]
+
* [[API17:JButtonStandard|Other versions of JButtonStandard]]
 
{{SeeAlso:JButtonStandard}}
 
{{SeeAlso:JButtonStandard}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 49: Line 49:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JButtonStandard]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:48, 11 May 2013

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.

Joomla 11.1 JButtonStandard[edit]

Description[edit]

Template:Description:JButtonStandard [Edit Descripton]

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]

Template:SeeAlso:JButtonStandard [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />