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 plugins/twofactorauth/totp/tmpl/form.php

Espaces de nommage

 Joomla\Plugin
 

Variables

 $js
 

Documentation des variables

◆ $js

$js
Valeur initiale :
= "
(function(document)
{
document.addEventListener('DOMContentLoaded', function()
{
var qr = qrcode(0, 'H');
qr.addData('" . $url . "');
qr.make();
document.getElementById('totp-qrcode').innerHTML = qr.createImgTag(4);
});
})(document);
"
switch($preview) if($showPreview) $url
Definition: administrator/templates/isis/html/layouts/joomla/form/field/media.php:86