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é
Référence du fichier layouts/joomla/form/renderfield.php

Espaces de nommage

 Joomla\Site
 

Variables

if(!empty($options['showonEnabled'])) $class = empty($options['class']) ? '' : ' ' . $options['class']
 
 $rel = empty($options['rel']) ? '' : ' ' . $options['rel']
 
if(empty($options['hiddenLabel'])) endif
 

Documentation des variables

◆ $class

if (!empty( $options[ 'showonEnabled'])) $class = empty($options['class']) ? '' : ' ' . $options['class']

Layout variables

$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

◆ $rel

$rel = empty($options['rel']) ? '' : ' ' . $options['rel']

◆ endif

if (empty( $options[ 'hiddenLabel'])) endif