Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Administrator | |
Variables | |
foreach( $root->getChildren() as $child)($child->hasChildren()) if(substr($child->img, 0, 6)==='class:') elseif(substr($child->img, 0, 6)==='image:') elseif(!empty($child->img)) elseif($child->icon) | else |
if | ($params->get('menu_show', 1)) ( 'menu-quicktask') ? '' |
$class = htmlspecialchars($params->get('menu_image_css'), ENT_QUOTES, 'UTF-8') | |
$alt = $params->get('menu_text') ? '' : htmlspecialchars(Text::_($item->title), ENT_QUOTES, 'UTF-8') | |
endif | |
$scope = $item->scope !== 'default' ? $item->scope : null | |
$icon = $params->get('menu-quicktask-icon', 'plus') | |
$title = Text::_($params->get('menu-quicktask-title')) | |
if(empty($params->get('menu-quicktask-title'))) | $sronly = Text::_($item->title) . ' - ' . $title |
endforeach | |
$alt = $params->get('menu_text') ? '' : htmlspecialchars(Text::_($item->title), ENT_QUOTES, 'UTF-8') |
Référencé par ToolbarHelper\addNew(), Text\alt(), ToolbarHelper\apply(), ToolbarHelper\archiveList(), ToolbarHelper\assign(), ToolbarHelper\back(), ToolbarHelper\cancel(), ToolbarHelper\checkin(), ToolbarHelper\custom(), ToolbarHelper\deleteList(), ToolbarHelper\editCss(), ToolbarHelper\editHtml(), ToolbarHelper\editList(), FormField\getLayoutData(), HTMLHelper\image(), ToolbarHelper\makeDefault(), ToolbarHelper\media_manager(), ToolbarHelper\modal(), Pagination\orderDownIcon(), Pagination\orderUpIcon(), ToolbarHelper\preferences(), ToolbarHelper\publish(), ToolbarHelper\publishList(), ToolbarHelper\save(), ToolbarHelper\save2copy(), ToolbarHelper\save2new(), HTMLHelper\tooltip(), ToolbarHelper\trash(), ToolbarHelper\unarchiveList(), ToolbarHelper\unpublish(), et ToolbarHelper\unpublishList().
$class = htmlspecialchars($params->get('menu_image_css'), ENT_QUOTES, 'UTF-8') |
$icon = $params->get('menu-quicktask-icon', 'plus') |
$scope = $item->scope !== 'default' ? $item->scope : null |
if (empty( $params->get( 'menu-quicktask-title'))) $sronly = Text::_($item->title) . ' - ' . $title |
$title = Text::_($params->get('menu-quicktask-title')) |
if ( $params->get( 'menu_show', 1))('menu-quicktask') ? '' |
foreach ($root->getChildren() as $child) ( $child->hasChildren()) if (substr( $child->img, 0, 6)==='class:') elseif (substr( $child->img, 0, 6)==='image:') elseif (!empty( $child->img)) elseif ( $child->icon) else |
endforeach |
endif |