Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$html = array() | |
$attr = '' | |
if($readonly|| $disabled) if($readonly) | else |
$listoptions ['option.key'] = 'value' | |
$listoptions ['option.text'] = 'text' | |
$listoptions ['list.select'] = $value | |
$listoptions ['id'] = $id | |
$listoptions ['list.translate'] = false | |
$listoptions ['option.attr'] = 'optionattr' | |
$listoptions ['list.attr'] = trim($attr) | |
$html [] = HTMLHelper::_('select.genericlist', $options, $name, $listoptions) | |
$attr = '' |
$html = array() |
$html[] = HTMLHelper::_('select.genericlist', $options, $name, $listoptions) |
$listoptions[ 'option.key'] = 'value' |
$listoptions[ 'option.text'] = 'text' |
$listoptions[ 'list.select'] = $value |
$listoptions[ 'list.translate'] = false |
$listoptions[ 'option.attr'] = 'optionattr' |
$listoptions[ 'list.attr'] = trim($attr) |