Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier modules/mod_finder/tmpl/default.php

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
 

Documentation des variables

◆ $input

$input
Valeur initiale :
= '<input type="text" name="q" id="mod-finder-searchword' . $module->id . '" class="js-finder-search-query form-control" value="' . htmlspecialchars($app->input->get('q', '', 'string'), ENT_COMPAT, 'UTF-8') . '"'
. ' placeholder="' . Text::_('MOD_FINDER_SEARCH_VALUE') . '">'
$app
Definition: administrator/components/com_associations/layouts/joomla/searchtools/default.php:85
else ENT_COMPAT
Definition: components/com_newsfeeds/tmpl/category/default_items.php:28
$module
Definition: administrator/templates/atum/html/layouts/chromes/body.php:18

◆ $label

$label = '<label for="mod-finder-searchword' . $module->id . '" class="' . $labelClass . '">' . $params->get('alt_label', Text::_('JSEARCH_FILTER_SUBMIT')) . '</label>'

◆ $labelClass

$labelClass = (!$showLabel ? 'visually-hidden ' : '') . 'finder'

◆ $lang

$lang = $app->getLanguage()

◆ $output

$output = ''

◆ $show_advanced

$show_advanced = $params->get('show_advanced', 0)

◆ $showLabel

$showLabel = $params->get('show_label', 1)

◆ $wa

$wa = $app->getDocument()->getWebAssetManager()

◆ else

if ( $params->get( 'show_button', 0)) else
Valeur initiale :
{
$output
Definition: modules/mod_finder/tmpl/default.php:29
$label
Definition: modules/mod_finder/tmpl/default.php:27

◆ endif

endif