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\Site | |
Variables | |
$bodyClass = 'modal-body' | |
$bodyHeight = isset($params['bodyHeight']) ? round((int) $params['bodyHeight'], -1) : '' | |
if ( $bodyHeight &&$bodyHeight >=20 &&$bodyHeight< 90) | |
$bodyClass = 'modal-body' |
string | $selector | Unique DOM identifier for the modal. CSS id without # |
array | $params | Modal parameters. Default supported parameters:
|
string | $body | Markup for the modal body. Appended after the <iframe> if the URL option is set |
$bodyHeight = isset($params['bodyHeight']) ? round((int) $params['bodyHeight'], -1) : '' |
if($bodyHeight && $bodyHeight >=20 && $bodyHeight< 90) |