API17:JButtonHelp
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JButtonHelp== | ||
| + | ===Description=== | ||
| + | {{Description:JButtonHelp}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JButtonHelp|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JButtonHelp|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JButtonHelp::fetchButton/11.1|fetchButton]] | |[[JButtonHelp::fetchButton/11.1|fetchButton]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JButtonHelp::fetchId/11.1|fetchId]] | |[[JButtonHelp::fetchId/11.1|fetchId]] | ||
|Get the button id. | |Get the button id. | ||
|- | |- | ||
| + | |protected | ||
|[[JButtonHelp::_getCommand/11.1|_getCommand]] | |[[JButtonHelp::_getCommand/11.1|_getCommand]] | ||
|Get the JavaScript command for the button. | |Get the JavaScript command for the button. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/toolbar/button/help.php | ||
| + | * '''Extends''' [[JButton/11.1|JButton]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.help' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.help' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JButtonHelp source code | + | * {{JVer|11.1}} '''JButtonHelp source code''' on [[jplatform:html/toolbar/button/help.php|BitBucket]] |
| − | * [[JButtonHelp|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]] |
| + | * [[JButtonHelp|Other versions of JButtonHelp]] | ||
{{SeeAlso:JButtonHelp}} | {{SeeAlso:JButtonHelp}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JButtonHelp|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JButtonHelp|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 46: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JButtonHelp]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JButtonHelp]]</noinclude> |
Revision as of 13:29, 29 August 2012
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.
JButtonHelp
Description
Description:JButtonHelp [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | fetchButton | |
| public | fetchId | Get the button id. |
| protected | _getCommand | Get the JavaScript command for the button. |
- Defined in libraries/joomla/html/toolbar/button/help.php
- Extends JButton
Importing
jimport( 'joomla.html.toolbar.button.help' );
See also
-
JButtonHelp source code on BitBucket
-
Subpackage Html
- Other versions of JButtonHelp
SeeAlso:JButtonHelp [Edit See Also]
User contributed notes
<CodeExamplesForm />
