API17

Difference between revisions of "JHelp"

From Joomla! Documentation

m (JoomlaWikiBot moved page JHelp/11.1 to API17:JHelp without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JHelp==
 
=={{JVer|11.1}} JHelp==
 
===Description===
 
===Description===
{{Description:JHelp}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JHelp|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHelp::createSiteList/11.1|createSiteList]]
+
|[[API17:JHelp::createSiteList|createSiteList]]
 
|Builds a list of the help sites which can be used in a select option.  
 
|Builds a list of the help sites which can be used in a select option.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHelp::createURL/11.1|createURL]]
+
|[[API17:JHelp::createURL|createURL]]
 
|Create a URL for a given help key reference.  
 
|Create a URL for a given help key reference.  
 
|-
 
|-
Line 27: Line 25:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHelp source code''' on [[jplatform:language/help.php|BitBucket]]
 
* {{JVer|11.1}} '''JHelp source code''' on [[jplatform:language/help.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Language/11.1|Language]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Language|Language]]
* [[JHelp|Other versions of JHelp]]
+
* [[API17:JHelp|Other versions of JHelp]]
{{SeeAlso:JHelp}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JHelp|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JHelp
 
category=JHelp
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 44: Line 40:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHelp]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:09, 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 JHelp[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public static createSiteList Builds a list of the help sites which can be used in a select option.
public static createURL Create a URL for a given help key reference.
  • Defined in libraries/joomla/language/help.php

Importing[edit]

jimport( 'joomla.language.help' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]