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/field/radio.php

Espaces de nommage

 Joomla\Site
 

Variables

 $format = '<input type="radio" id="%1$s" name="%2$s" value="%3$s" %4$s />'
 
 $alt = preg_replace('/[^a-zA-Z0-9_\-]/', '_', $name)
 

Documentation des variables

◆ $alt

$alt = preg_replace('/[^a-zA-Z0-9_\-]/', '_', $name)

◆ $format

$format = '<input type="radio" id="%1$s" name="%2$s" value="%3$s" %4$s />'

The format of the input tag to be filled in using sprintf. %1 - id %2 - name %3 - value %4 = any other attributes