Joomla CMS  3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
Référence du fichier system/privacyconsent/label.php

Espaces de nommage

 Joomla\Plugin
 

Variables

 $text = $label ? (string) $label : (string) $name
 
 $required = true
 
 $class = !empty($description) ? 'hasPopover' : ''
 
 $label = '<label id="' . $id . '-lbl" for="' . $id . '" class="' . $class . '"'
 
if(!empty($description)) if(Factory::getLanguage() ->isRtl()) $attribs = array()
 
 $attribs ['class'] = 'modal'
 
 $attribs ['rel'] = '{handler: \'iframe\', size: {x:800, y:500}}'
 
if($article) else
 

Documentation des variables

◆ $attribs [1/3]

if (!empty( $description)) if (Factory::getLanguage() ->isRtl()) $attribs = array()

◆ $attribs [2/3]

$attribs[ 'class'] = 'modal'

◆ $attribs [3/3]

$attribs[ 'rel'] = '{handler: \'iframe\', size: {x:800, y:500}}'

◆ $class

$class = !empty($description) ? 'hasPopover' : ''

◆ $label

$label = '<label id="' . $id . '-lbl" for="' . $id . '" class="' . $class . '"'

◆ $required

$required = true

◆ $text

$text = $label ? (string) $label : (string) $name

◆ else

if ( $article) else
Valeur initiale :
{
$link
Definition: administrator/components/com_menus/views/items/tmpl/modal.php:36
$text
Definition: system/privacyconsent/label.php:54