API17

Difference between revisions of "JButtonHelp"

From Joomla! Documentation

m (moving preparation)
m (clean up)
Line 2: Line 2:
 
=={{JVer|11.1}} JButtonHelp==
 
=={{JVer|11.1}} JButtonHelp==
 
===Description===
 
===Description===
{{Description:JButtonHelp}}
+
{{subst:Description:JButtonHelp}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JButtonHelp|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 34: Line 32:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
 
* [[API17:JButtonHelp|Other versions of JButtonHelp]]
 
* [[API17:JButtonHelp|Other versions of JButtonHelp]]
{{SeeAlso:JButtonHelp}}
+
{{subst:SeeAlso:JButtonHelp}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JButtonHelp|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 09:48, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JButtonHelp[edit]

Description[edit]

{{subst:Description:JButtonHelp}}

Methods[edit]

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[edit]

jimport( 'joomla.html.toolbar.button.help' );

See also[edit]

{{subst:SeeAlso:JButtonHelp}}

User contributed notes[edit]

<CodeExamplesForm />