Home
last modified time | relevance | path

Searched refs:getIconHtml (Results 1 – 16 of 16) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/Element/
H A DSelectCheckBoxElement.php103 $selIcon = FormEngineUtility::getIconHtml($p[2]);
147 … 'icon' => FormEngineUtility::getIconHtml(!empty($p[2]) ? $p[2] : 'empty-empty'),
H A DSelectSingleElement.php154 … $icon = !empty($item[2]) ? FormEngineUtility::getIconHtml($item[2], $item[0], $item[0]) : '';
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/Element/
H A DSelectCheckBoxElement.php104 $selIcon = FormEngineUtility::getIconHtml($p[2]);
148 … 'icon' => FormEngineUtility::getIconHtml(!empty($p[2]) ? $p[2] : 'empty-empty'),
H A DSelectSingleElement.php152 … $icon = !empty($item[2]) ? FormEngineUtility::getIconHtml($item[2], $item[0], $item[0]) : '';
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/Element/
H A DSelectCheckBoxElement.php101 $selIcon = FormEngineUtility::getIconHtml($item[2]);
137 … 'icon' => FormEngineUtility::getIconHtml(!empty($item[2]) ? $item[2] : 'empty-empty'),
H A DSelectSingleElement.php155 … $icon = !empty($item[2]) ? FormEngineUtility::getIconHtml($item[2], $item[0], $item[0]) : '';
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/FieldWizard/
H A DSelectIcons.php44 … $icon = !empty($item[2]) ? FormEngineUtility::getIconHtml($item[2], $item[0], $item[0]) : '';
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/FieldWizard/
H A DSelectIcons.php47 … $icon = !empty($item[2]) ? FormEngineUtility::getIconHtml($item[2], $item[0], $item[0]) : '';
H A DOtherLanguageThumbnails.php83 $processedImages[] = FormEngineUtility::getIconHtml(
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/FieldWizard/
H A DSelectIcons.php47 … $icon = !empty($item[2]) ? FormEngineUtility::getIconHtml($item[2], $item[0], $item[0]) : '';
H A DOtherLanguageThumbnails.php83 $processedImages[] = FormEngineUtility::getIconHtml(
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/Utility/
H A DFormEngineUtility.php122 public static function getIconHtml($icon, $alt = '', $title = '') function in TYPO3\\CMS\\Backend\\Form\\Utility\\FormEngineUtility
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/Utility/
H A DFormEngineUtility.php121 public static function getIconHtml($icon, $alt = '', $title = '') function in TYPO3\\CMS\\Backend\\Form\\Utility\\FormEngineUtility
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/Utility/
H A DFormEngineUtility.php122 public static function getIconHtml($icon, $alt = '', $title = '') function in TYPO3\\CMS\\Backend\\Form\\Utility\\FormEngineUtility
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-admin_toolbars.php206 $icon = $tag->getIconHtml();
/dports/www/tikiwiki/tiki-21.2/lib/toolbars/
H A Dtoolbarslib.php429 function getIconHtml() // {{{ function in Toolbar
690 function getIconHtml() // {{{ for admin page function in ToolbarCkOnly
700 return parent::getIconHtml();