Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier element.php

Espaces de nommage

 Joomla\Plugin
 

Variables

 $options = $displayData->options
 
 $params = $displayData->params
 
 $name = $displayData->name
 
 $id = $displayData->id
 
 $cols = $displayData->cols
 
 $rows = $displayData->rows
 
 $content = $displayData->content
 
 $extJS = JDEBUG ? '.js' : '.min.js'
 
 $modifier = $params->get('fullScreenMod', array()) ? implode(' + ', $params->get('fullScreenMod', array())) . ' + ' : ''
 
 $basePath = $displayData->basePath
 
 $modePath = $displayData->modePath
 
 $modPath = 'mod-path="' . Uri::root() . $modePath . $extJS . '"'
 
 $fskeys = $params->get('fullScreenMod', array())
 
 $fskeys [] = $params->get('fullScreen', 'F10')
 
 $fullScreenCombo = implode('-', $fskeys)
 
 $fsCombo = 'fs-combo=' . json_encode($fullScreenCombo)
 
 $option = 'options=\'' . json_encode($options) . '\''
 
 $mediaVersion = Factory::getDocument()->getMediaVersion()
 
 $editor = 'editor="' . ltrim(HTMLHelper::_('script', $basePath . 'lib/codemirror' . $extJS, ['version' => 'auto', 'pathOnly' => true]), '/') . '?' . $mediaVersion . '"'
 
 $addons = 'addons="' . ltrim(HTMLHelper::_('script', $basePath . 'lib/addons' . $extJS, ['version' => 'auto', 'pathOnly' => true]), '/') . '?' . $mediaVersion . '"'
 

Documentation des variables

◆ $addons

$addons = 'addons="' . ltrim(HTMLHelper::_('script', $basePath . 'lib/addons' . $extJS, ['version' => 'auto', 'pathOnly' => true]), '/') . '?' . $mediaVersion . '"'

◆ $basePath

◆ $cols

$cols = $displayData->cols

Référencé par SqlsrvQuery\group().

◆ $content

$content = $displayData->content

◆ $editor

$editor = 'editor="' . ltrim(HTMLHelper::_('script', $basePath . 'lib/codemirror' . $extJS, ['version' => 'auto', 'pathOnly' => true]), '/') . '?' . $mediaVersion . '"'

◆ $extJS

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

◆ $fsCombo

$fsCombo = 'fs-combo=' . json_encode($fullScreenCombo)

◆ $fskeys [1/2]

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

◆ $fskeys [2/2]

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

◆ $fullScreenCombo

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

◆ $id

$id = $displayData->id

◆ $mediaVersion

$mediaVersion = Factory::getDocument()->getMediaVersion()

◆ $modePath

$modePath = $displayData->modePath

◆ $modifier

$modifier = $params->get('fullScreenMod', array()) ? implode(' + ', $params->get('fullScreenMod', array())) . ' + ' : ''

Référencé par Query\processString().

◆ $modPath

$modPath = 'mod-path="' . Uri::root() . $modePath . $extJS . '"'

◆ $name

$name = $displayData->name

◆ $option

$option = 'options=\'' . json_encode($options) . '\''

◆ $options

$options = $displayData->options

◆ $params

$params = $displayData->params

◆ $rows