API17:JHelp
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JHelp== | ||
| + | ===Description=== | ||
| + | {{Description:JHelp}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JHelp|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHelp|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public static | ||
|[[JHelp::createSiteList/11.1|createSiteList]] | |[[JHelp::createSiteList/11.1|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 | ||
|[[JHelp::createURL/11.1|createURL]] | |[[JHelp::createURL/11.1|createURL]] | ||
|Create a URL for a given help key reference. | |Create a URL for a given help key reference. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/language/help.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.language.help' );</source> | <source lang="php">jimport( 'joomla.language.help' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JHelp|Other versions of | + | * {{JVer|11.1}} '''JHelp source code''' on [[jplatform:language/help.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Language/11.1|Language]] | ||
| + | * [[JHelp|Other versions of JHelp]] | ||
{{SeeAlso:JHelp}} | {{SeeAlso:JHelp}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHelp|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHelp|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 39: | Line 41: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHelp]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHelp]]</noinclude> |
Revision as of 13:50, 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.
JHelp
Description
Description:JHelp [Edit Descripton]
Methods
| 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
jimport( 'joomla.language.help' );
See also
-
JHelp source code on BitBucket
-
Subpackage Language
- Other versions of JHelp
User contributed notes
<CodeExamplesForm />
