Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier standard.php

Espaces de nommage

 Joomla\Site
 

Variables

 $tagName = $tagName ?? 'button'
 
 $taskAttr = ''
 
 $idAttr = !empty($id) ? ' id="' . $id . '"' : ''
 
 $listAttr = !empty($listCheck) ? ' list-selection' : ''
 
 $formAttr = !empty($form) ? ' form="' . $this->escape($form) . '"' : ''
 
 $validate = !empty($formValidation) ? ' form-validation' : ''
 
 $msgAttr = !empty($message) ? ' confirm-message="' . $this->escape($message) . '"' : ''
 
if(!empty($task)) elseif (!empty( $onclick))
 
else __pad14__
 
 endif
 

Documentation des variables

◆ $formAttr

$formAttr = !empty($form) ? ' form="' . $this->escape($form) . '"' : ''

◆ $idAttr

$idAttr = !empty($id) ? ' id="' . $id . '"' : ''

◆ $listAttr

$listAttr = !empty($listCheck) ? ' list-selection' : ''

◆ $msgAttr

$msgAttr = !empty($message) ? ' confirm-message="' . $this->escape($message) . '"' : ''

◆ $tagName

$tagName = $tagName ?? 'button'

◆ $taskAttr

$taskAttr = ''

◆ $validate

$validate = !empty($formValidation) ? ' form-validation' : ''

◆ __pad14__

else __pad14__

◆ elseif

if (!empty( $task)) elseif(!empty($onclick))

◆ endif

endif