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 | |
if(!empty($options['showonEnabled'])) | $class = empty($options['class']) ? '' : ' ' . $options['class'] |
$rel = empty($options['rel']) ? '' : ' ' . $options['rel'] | |
$required = (strpos($input, 'aria-required="true"') !== false || (!empty($match[1]) && strpos($match[1], 'required') !== false)) | |
$typeOfSpacer = (strpos($label, 'spacer-lbl') !== false) | |
endif | |
if (!empty( $options[ 'showonEnabled'])) $class = empty($options['class']) ? '' : ' ' . $options['class'] |
$options : (array) Optional parameters $label : (string) The html code for the label (not required if $options['hiddenLabel'] is true) $input : (string) The input field html code
$required = (strpos($input, 'aria-required="true"') !== false || (!empty($match[1]) && strpos($match[1], 'required') !== false)) |
$typeOfSpacer = (strpos($label, 'spacer-lbl') !== false) |
endif |