API17

Difference between revisions of "JButtonLink"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JButtonLink::fetchButton/11.1|fetchButton]]
+
|[[API17:JButtonLink::fetchButton|fetchButton]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JButtonLink::fetchId/11.1|fetchId]]
+
|[[API17:JButtonLink::fetchId|fetchId]]
 
|Get the button CSS Id.  
 
|Get the button CSS Id.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JButtonLink::_getCommand/11.1|_getCommand]]
+
|[[API17:JButtonLink::_getCommand|_getCommand]]
 
|Get the JavaScript command for the button.  
 
|Get the JavaScript command for the button.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/html/toolbar/button/link.php
 
* '''Defined in''' libraries/joomla/html/toolbar/button/link.php
* '''Extends''' [[JButton/11.1|JButton]]
+
* '''Extends''' [[API17:JButton|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===
 
* {{JVer|11.1}} '''JButtonLink source code''' on [[jplatform:html/toolbar/button/link.php|BitBucket]]
 
* {{JVer|11.1}} '''JButtonLink source code''' on [[jplatform:html/toolbar/button/link.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JButtonLink|Other versions of JButtonLink]]
+
* [[API17:JButtonLink|Other versions of JButtonLink]]
 
{{SeeAlso:JButtonLink}}
 
{{SeeAlso:JButtonLink}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:47, 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 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 />