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 components/com_contact/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']
 
 $required = (strpos($input, 'aria-required="true"') !== false || (!empty($match[1]) && strpos($match[1], 'required') !== false))
 
 $typeOfSpacer = (strpos($label, 'spacer-lbl') !== false)
 
 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

◆ $required

◆ $typeOfSpacer

$typeOfSpacer = (strpos($label, 'spacer-lbl') !== false)

◆ endif

endif