JButtonLink: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JButtonLink}}
===Defined in==... |
m preparing for archive only |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/toolbar/button/link.php | libraries/joomla/html/toolbar/button/link.php | ||
| Line 18: | Line 13: | ||
|Get the button CSS Id | |Get the button CSS Id | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.link' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.link' );</source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JButtonLink | category=JButtonLink | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 00:20, 25 March 2017
Defined in
libraries/joomla/html/toolbar/button/link.php
Methods
| Method name | Description |
|---|---|
| fetchButton | |
| fetchId | Get the button CSS Id |
Importing
jimport( 'joomla.html.toolbar.button.link' );
Examples
Code Examples