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 = '' | |
$title = '' | |
$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($id==='toolbar-help') if(!empty($task)) elseif(!empty($onclick)) | $direction = Factory::getLanguage()->isRtl() ? 'dropdown-menu-end' : '' |
if (!( $toggleSplit ?? true) &&isset( $dropdownItems) &&trim( $dropdownItems) !=='') | |
endif | |
if ( $id==='toolbar-help') if (!empty( $task)) elseif (!empty( $onclick)) $direction = Factory::getLanguage()->isRtl() ? 'dropdown-menu-end' : '' |
$formAttr = !empty($form) ? ' form="' . $this->escape($form) . '"' : '' |
$listAttr = !empty($listCheck) ? ' list-selection' : '' |
$msgAttr = !empty($message) ? ' confirm-message="' . $this->escape($message) . '"' : '' |
string $tagName = $tagName ?? 'button' |
Référencé par InputFilter\cleanTags(), et FeedFactory\registerParser().
$taskAttr = '' |
$title = '' |
$validate = !empty($formValidation) ? ' form-validation' : '' |
endif |
if(!($toggleSplit ?? true) &&isset($dropdownItems) &&trim($dropdownItems) !=='') |