JHelp/1.5
From Joomla! Documentation
< JHelp(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} 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 | ||
|[[JHelp::createSiteList/1.5|createSiteList]] | |[[JHelp::createSiteList/1.5|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 | ||
|[[JHelp::createURL/1.5|createURL]] | |[[JHelp::createURL/1.5|createURL]] | ||
|Create an URL for a giving help file reference. | |Create an URL for a giving help file 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=== | ||
| + | * {{JVer|1.5}} '''JHelp''' on [http://api.joomla.org/Joomla-Framework/Language/JHelp.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JHelp source code''' on [[jframework15:language/help.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Language/1.5|Language]] | ||
| + | * [[JHelp|Other versions of 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 40: | Line 42: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JHelp]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JHelp]]</noinclude> | ||
Revision as of 18:10, 25 April 2011
JHelp
Description
Description:JHelp [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | createSiteList | Builds a list of the help sites which can be used in a select option. |
| public | createURL | Create an URL for a giving help file reference. |
- Defined in libraries/joomla/language/help.php
Importing
jimport( 'joomla.language.help' );
See also
-
JHelp on api.joomla.org
-
JHelp source code on JoomlaCode
-
Subpackage Language
- Other versions of JHelp
User contributed notes
<CodeExamplesForm />