Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Espaces de nommage | |
Joomla\Plugin | |
Variables | |
$params = $displayData->params | |
$basePath = $params->get('basePath', 'media/editors/codemirror/') | |
$modePath = $params->get('modePath', 'media/editors/codemirror/mode/%N/%N') | |
$extJS = JDEBUG ? '.js' : '.min.js' | |
$extCSS = JDEBUG ? '.css' : '.min.css' | |
$fskeys = $params->get('fullScreenMod', array()) | |
$fskeys [] = $params->get('fullScreen', 'F10') | |
$fullScreenCombo = implode('-', $fskeys) | |
$fsCombo = json_encode($fullScreenCombo) | |
$modPath = json_encode(JUri::root(true) . '/' . $modePath . $extJS) | |
JS | |
$basePath = $params->get('basePath', 'media/editors/codemirror/') |
Référencé par FileLayout\__construct(), FOFController\__construct(), LanguageAdapter\_install(), LanguageHelper\createLanguageList(), LanguageHelperWrapper\createLanguageList(), LayoutHelper\debug(), FOFViewForm\display(), LanguageHelper\exists(), Language\exists(), PostinstallModelMessages\getExtensionName(), BaseController\getInstance(), LanguageHelper\getKnownLanguages(), Language\getKnownLanguages(), LanguageHelper\getLanguagePath(), Language\getLanguagePath(), MediaModelList\getList(), FOFIntegrationJoomlaPlatform\getViewTemplatePaths(), LanguageAdapter\install(), Language\load(), PlgEditorCodemirror\loadKeyMap(), CMSPlugin\loadLanguage(), TemplateAdapter\loadLanguage(), PluginAdapter\prepareDiscoverInstall(), ConfigModelModules\preprocessForm(), FOFLayoutHelper\render(), LayoutHelper\render(), ModuleAdapter\setupInstallPaths(), TemplateAdapter\setupInstallPaths(), FileLayout\sublayout(), JHtmlTemplates\thumb(), JHtmlTemplates\thumbModal(), et LanguageAdapter\update().
$extCSS = JDEBUG ? '.css' : '.min.css' |
$extJS = JDEBUG ? '.js' : '.min.js' |
$fsCombo = json_encode($fullScreenCombo) |
$fskeys = $params->get('fullScreenMod', array()) |
$fskeys[] = $params->get('fullScreen', 'F10') |
$fullScreenCombo = implode('-', $fskeys) |
$modePath = $params->get('modePath', 'media/editors/codemirror/mode/%N/%N') |
$modPath = json_encode(JUri::root(true) . '/' . $modePath . $extJS) |
$params = $displayData->params |
JS |