JButtonCustom: Difference between revisions
From Joomla! Documentation
No edit summary |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JButtonCustom}} | |||
{{Description:JButtonCustom}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 22: | Line 19: | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.custom' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.custom' );</source> | ||
{{subst:SeeAlso:JButtonCustom}} | |||
{{SeeAlso:JButtonCustom}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 13:13, 24 March 2017
{{subst:Description:JButtonCustom}}
Defined in
libraries/joomla/html/toolbar/button/custom.php
Methods
| Method name | Description |
|---|---|
| fetchButton | |
| fetchId | Get the button CSS Id |
Importing
jimport( 'joomla.html.toolbar.button.custom' );
{{subst:SeeAlso:JButtonCustom}}
Examples
<CodeExamplesForm />