JButtonHelp: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JButtonHelp}}
===Defined in==... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JButtonHelp}} | |||
{{Description:JButtonHelp}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 22: | Line 19: | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.help' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.help' );</source> | ||
{{subst:SeeAlso:JButtonHelp}} | |||
{{SeeAlso:JButtonHelp}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 13:41, 24 March 2017
{{subst:Description:JButtonHelp}}
Defined in
libraries/joomla/html/toolbar/button/help.php
Methods
| Method name | Description |
|---|---|
| fetchButton | |
| fetchId | Get the button id |
Importing
jimport( 'joomla.html.toolbar.button.help' );
{{subst:SeeAlso:JButtonHelp}}
Examples
<CodeExamplesForm />