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_menus/views/items/tmpl/default_batch_body.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $options
 
 $published = (int) $this->state->get('filter.published')
 
 $clientId = (int) $this->state->get('filter.client_id')
 
 $menuType = JFactory::getApplication()->getUserState('com_menus.items.menutype')
 
if ($clientId==1) () -> addScriptDeclaration(' jQuery(document).ready(function($)
 

Documentation des variables

◆ $clientId

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

◆ $menuType

$menuType = JFactory::getApplication()->getUserState('com_menus.items.menutype')

◆ $options

$options
Valeur initiale :
= array(
JHtml::_('select.option', 'c', JText::_('JLIB_HTML_BATCH_COPY')),
JHtml::_('select.option', 'm', JText::_('JLIB_HTML_BATCH_MOVE'))
)

◆ $published

$published = (int) $this->state->get('filter.published')

◆ ($clientId==1)

if ( $clientId==1)() -> addScriptDeclaration(' jQuery(document).ready(function($)