Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 | |
$formAttr = !empty($form) ? ' form="' . $this->escape($form) . '"' : '' |
$listAttr = !empty($listCheck) ? ' list-selection' : '' |
$msgAttr = !empty($message) ? ' confirm-message="' . $this->escape($message) . '"' : '' |
$tagName = $tagName ?? 'button' |
$taskAttr = '' |
$validate = !empty($formValidation) ? ' form-validation' : '' |
else __pad14__ |
if (!empty( $task)) elseif(!empty($onclick)) |
endif |