API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JHelp::createSiteList | ( | $ | pathToXml, |
$ | selected = null |
||
) |
Builds a list of the help sites which can be used in a select option
string | Path to an xml file |
string | Language tag to select (if exists) |
array | An array of arrays ( text, value, selected ) |
Références $data, $list, $option, $text, $url, et JFactory::getXMLParser().
Référencé par JElementHelpsites::fetchElement(), et ConfigControllerApplication::showConfig().
JHelp::createURL | ( | $ | ref, |
$ | useComponent = false |
||
) |
Create an URL for a giving help file reference
string | The name of the popup file (excluding the file extension for an xml file) |
boolean | Use the help file in the component directory |
Références $lang, $mainframe, $option, $url, $user, $version, JFile::exists(), JFactory::getLanguage(), JFactory::getUser(), et jimport().
Référencé par JButtonHelp::_getCommand().