API15:JHelp
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JHelp}}
===Defined in===
libraries...) |
|||
| Line 18: | Line 18: | ||
|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 | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.language.help' );</source> | <source lang="php">jimport( 'joomla.language.help' );</source> | ||
Latest revision as of 12:38, 25 March 2010
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.
[Edit Descripton] Description:JHelp
Contents |
[edit] Defined in
libraries/joomla/language/help.php
[edit] Methods
| Method name | Description |
|---|---|
| createURL | Create an URL for a giving help file reference |
| createSiteList | Builds a list of the help sites which can be used in a select option |
[edit] Importing
jimport( 'joomla.language.help' );
[edit] Examples
<CodeExamplesForm />
