API17:JButtonLink
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (moving preparation) |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 14: | Line 14: | ||
|- | |- | ||
|public | |public | ||
| − | |[[JButtonLink::fetchButton | + | |[[API17:JButtonLink::fetchButton|fetchButton]] |
| | | | ||
|- | |- | ||
|public | |public | ||
| − | |[[JButtonLink::fetchId | + | |[[API17:JButtonLink::fetchId|fetchId]] |
|Get the button CSS Id. | |Get the button CSS Id. | ||
|- | |- | ||
|protected | |protected | ||
| − | |[[JButtonLink::_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 | + | * '''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 | + | * {{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%;"> | ||
| Line 49: | Line 49: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude> | + | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> |
Latest revision as of 19:47, 11 May 2013
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[edit]
JButtonLink
[edit] Description
Description:JButtonLink [Edit Descripton]
[edit] 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/link.php
- Extends JButton
[edit] Importing
jimport( 'joomla.html.toolbar.button.link' );
[edit] See also
SeeAlso:JButtonLink [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />
