31 string $a_container =
"",
32 string $a_my =
"bottom center",
33 string $a_at =
"top center",
34 bool $a_use_htmlspecialchars =
true 43 $code = self::getToolTip(
49 $a_use_htmlspecialchars
51 $tpl->addOnLoadCode($code);
60 string $a_container =
"",
61 string $a_my =
"bottom center",
62 string $a_at =
"top center",
63 bool $a_use_htmlspecialchars =
true 70 if ($a_container !==
"") {
71 $addstr .=
", container: '" . $a_container .
"'";
74 if ($a_use_htmlspecialchars) {
75 $a_text = htmlspecialchars(str_replace(array(
"\n",
"\r"),
"", $a_text));
77 $a_text = str_replace(array(
"\n",
"\r",
"'",
'"'), array(
"",
"",
"\'",
'\"'), $a_text);
79 return 'il.Tooltip.add("' . $a_el_id .
'", {' .
80 ' context:"' . $a_el_id .
'",' .
81 ' my:"' . $a_my .
'",' .
82 ' at:"' . $a_at .
'",' .
83 ' text:"' . $a_text .
'" ' . $addstr .
'} );';
89 public static function init(): void
94 if (!self::$initialized) {
95 $tpl->addCss(
"./node_modules/qtip2/dist/jquery.qtip.min.css");
96 $tpl->addJavascript(
"./node_modules/qtip2/dist/jquery.qtip.min.js");
97 $tpl->addJavascript(
"./Services/UIComponent/Tooltip/js/ilTooltip.js");
100 $tpl->addOnLoadCode(
'setTimeout(function() {il.Tooltip.init();}, 500);', 3);
101 self::$initialized =
true;
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl