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é
Référence du fichier init.php

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
 

Documentation des variables

◆ $basePath

◆ $extCSS

$extCSS = JDEBUG ? '.css' : '.min.css'

◆ $extJS

$extJS = JDEBUG ? '.js' : '.min.js'

◆ $fsCombo

$fsCombo = json_encode($fullScreenCombo)

◆ $fskeys [1/2]

$fskeys = $params->get('fullScreenMod', array())

◆ $fskeys [2/2]

$fskeys[] = $params->get('fullScreen', 'F10')

◆ $fullScreenCombo

$fullScreenCombo = implode('-', $fskeys)

◆ $modePath

$modePath = $params->get('modePath', 'media/editors/codemirror/mode/%N/%N')

◆ $modPath

$modPath = json_encode(JUri::root(true) . '/' . $modePath . $extJS)

◆ $params

$params = $displayData->params

◆ JS

JS