Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$lang = $app->getLanguage() | |
$input | |
$showLabel = $params->get('show_label', 1) | |
$labelClass = (!$showLabel ? 'visually-hidden ' : '') . 'finder' | |
$label = '<label for="mod-finder-searchword' . $module->id . '" class="' . $labelClass . '">' . $params->get('alt_label', Text::_('JSEARCH_FILTER_SUBMIT')) . '</label>' | |
$output = '' | |
if($params->get('show_button', 0)) | else |
$wa = $app->getDocument()->getWebAssetManager() | |
$show_advanced = $params->get('show_advanced', 0) | |
endif | |
$input |
$label = '<label for="mod-finder-searchword' . $module->id . '" class="' . $labelClass . '">' . $params->get('alt_label', Text::_('JSEARCH_FILTER_SUBMIT')) . '</label>' |
$labelClass = (!$showLabel ? 'visually-hidden ' : '') . 'finder' |
$lang = $app->getLanguage() |
$output = '' |
$show_advanced = $params->get('show_advanced', 0) |
$showLabel = $params->get('show_label', 1) |
$wa = $app->getDocument()->getWebAssetManager() |
if ( $params->get( 'show_button', 0)) else |
endif |