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 | |
$iframeClass = 'iframe' | |
$bodyHeight = isset($params['bodyHeight']) ? round((int) $params['bodyHeight'], -1) : '' | |
if($bodyHeight && $bodyHeight >=20 && $bodyHeight< 90) | $iframeAttributes |
if(isset($params['title'])) if(isset($params['height'])) | if (isset( $params[ 'width'])) |
$bodyHeight = isset($params['bodyHeight']) ? round((int) $params['bodyHeight'], -1) : '' |
if ( $bodyHeight &&$bodyHeight >=20 &&$bodyHeight< 90) $iframeAttributes |
$iframeClass = 'iframe' |
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 |