Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier layouts/libraries/html/bootstrap/modal/body.php

Espaces de nommage

 Joomla\Site
 

Variables

 $bodyClass = 'modal-body'
 
 $bodyHeight = isset($params['bodyHeight']) ? round((int) $params['bodyHeight'], -1) : ''
 
 if ( $bodyHeight &&$bodyHeight >=20 &&$bodyHeight< 90)
 

Documentation des variables

◆ $bodyClass

$bodyClass = 'modal-body'

◆ $bodyHeight

$bodyHeight = isset($params['bodyHeight']) ? round((int) $params['bodyHeight'], -1) : ''

◆ if

if($bodyHeight && $bodyHeight >=20 && $bodyHeight< 90)