API17

Difference between revisions of "JButtonLink"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JButtonLink==
 +
===Description===
 +
{{Description:JButtonLink}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JButtonLink|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JButtonLink|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JButtonLink}}
 
===Defined in===
 
libraries/joomla/html/toolbar/button/link.php
 
* see source code in [[jplatform:html/toolbar/button/link.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
===Extends===
 
[[JButton/11.1|JButton]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|public
 
|[[JButtonLink::fetchButton/11.1|fetchButton]]
 
|[[JButtonLink::fetchButton/11.1|fetchButton]]
 
|
 
|
 
|-
 
|-
 +
|public
 
|[[JButtonLink::fetchId/11.1|fetchId]]
 
|[[JButtonLink::fetchId/11.1|fetchId]]
 
|Get the button CSS Id.  
 
|Get the button CSS Id.  
 
|-
 
|-
 +
|protected
 
|[[JButtonLink::_getCommand/11.1|_getCommand]]
 
|[[JButtonLink::_getCommand/11.1|_getCommand]]
 
|Get the JavaScript command for the button.  
 
|Get the JavaScript command for the button.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/html/toolbar/button/link.php
 +
* '''Extends''' [[JButton/11.1|JButton]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.toolbar.button.link' );</source>
 
<source lang="php">jimport( 'joomla.html.toolbar.button.link' );</source>
 
===See also===
 
===See also===
* JButtonLink source code in [[jplatform:html/toolbar/button/link.php|BitBucket]]
+
* {{JVer|11.1}} '''JButtonLink source code''' on [[jplatform:html/toolbar/button/link.php|BitBucket]]
* [[JButtonLink|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
 +
* [[JButtonLink|Other versions of JButtonLink]]
 
{{SeeAlso:JButtonLink}}
 
{{SeeAlso:JButtonLink}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonLink|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JButtonLink|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 45: Line 46:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JButtonLink]]</noinclude>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JButtonLink]]</noinclude>

Revision as of 17:56, 27 April 2011

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 JButtonLink[edit]

Description[edit]

Template:Description:JButtonLink [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/link.php
  • Extends JButton

Importing[edit]

jimport( 'joomla.html.toolbar.button.link' );

See also[edit]

Template:SeeAlso:JButtonLink [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />