Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence du fichier com_modules/views/modules/tmpl/default_batch_body.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $clientId = $this->state->get('client_id')
 
 $published = 1
 
 $positions = JHtml::_('modules.positions', $clientId, $published)
 
 $positions ['']['items'][] = ModulesHelper::createOption('nochange', JText::_('COM_MODULES_BATCH_POSITION_NOCHANGE'))
 
 $positions ['']['items'][] = ModulesHelper::createOption('noposition', JText::_('COM_MODULES_BATCH_POSITION_NOPOSITION'))
 
 $customGroupText = JText::_('COM_MODULES_CUSTOM_POSITION')
 
 $attr
 
 endif
 

Documentation des variables

◆ $attr

$attr
Valeur initiale :
= array(
'id' => 'batch-position-id',
'list.attr' => 'class="chzn-custom-value input-xlarge" '
. 'data-custom_group_text="' . $customGroupText . '" '
. 'data-no_results_text="' . JText::_('COM_MODULES_ADD_CUSTOM_POSITION') . '" '
. 'data-placeholder="' . JText::_('COM_MODULES_TYPE_OR_SELECT_POSITION') . '" '
)
$customGroupText
Definition: com_modules/views/modules/tmpl/default_batch_body.php:21

◆ $clientId

$clientId = $this->state->get('client_id')

◆ $customGroupText

$customGroupText = JText::_('COM_MODULES_CUSTOM_POSITION')

◆ $positions [1/3]

$positions = JHtml::_('modules.positions', $clientId, $published)

◆ $positions [2/3]

$positions[''][ 'items'][] = ModulesHelper::createOption('nochange', JText::_('COM_MODULES_BATCH_POSITION_NOCHANGE'))

◆ $positions [3/3]

$positions[''][ 'items'][] = ModulesHelper::createOption('noposition', JText::_('COM_MODULES_BATCH_POSITION_NOPOSITION'))

◆ $published

$published = 1

◆ endif

endif