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é
|
Espaces de nommage | |
Joomla\Administrator | |
Variables | |
$searchFilterDesc = $this->filterForm->getFieldAttribute('search', 'description', null, 'filter') | |
$input = JFactory::getApplication()->input | |
$field = $input->getCmd('field') | |
$listOrder = $this->escape($this->state->get('list.ordering')) | |
$listDirn = $this->escape($this->state->get('list.direction')) | |
$enabledStates = array(0 => 'icon-publish', 1 => 'icon-unpublish') | |
$activatedStates = array(0 => 'icon-publish', 1 => 'icon-unpublish') | |
$userRequired = (int) $input->get('required', 0, 'int') | |
$isMoo = $input->getInt('ismoo', 1) | |
if ( $isMoo) | |
endif | |
else | __pad5__ |
$i = 0 | |
foreach ( $this->items as $item) | |
endforeach | |
$activatedStates = array(0 => 'icon-publish', 1 => 'icon-unpublish') |
$enabledStates = array(0 => 'icon-publish', 1 => 'icon-unpublish') |
$field = $input->getCmd('field') |
$i = 0 |
$input = JFactory::getApplication()->input |
$isMoo = $input->getInt('ismoo', 1) |
Mootools compatibility
There is an extra option passed in the URL for the iframe &ismoo=0 for the bootstraped field. By default the value will be 1 or defaults to mootools behaviour using function jSelectUser()
This should be removed when mootools won't be shipped by Joomla.
else $listDirn = $this->escape($this->state->get('list.direction')) |
else $listOrder = $this->escape($this->state->get('list.ordering')) |
$searchFilterDesc = $this->filterForm->getFieldAttribute('search', 'description', null, 'filter') |
$userRequired = (int) $input->get('required', 0, 'int') |
else __pad5__ |
endforeach |
endif |
if($isMoo) |