Lines Matching refs:tooltip
15 public const TOOLTIP_ATTRIBUTE = "tooltip";
22 $tooltip = $tagAttributes->getValueAndRemove(self::TOOLTIP_ATTRIBUTE);
23 if ($tooltip === null) {
27 if (!is_array($tooltip)) {
28 LogUtility::msg("The tooltip value ($tooltip) is not an array.");
39 * Old tooltip syntax
41 $title = $tooltip[syntax_plugin_combo_tooltip::TEXT_ATTRIBUTE] ?? null;
44 $callStack = $tooltip[Tooltip::CALLSTACK] ?? null;
49 $title = LogUtility::wrapInRedForHtml("Error while rendering the tooltip. Error: {$e->getMessage()}");
63 $title = LogUtility::wrapInRedForHtml("The tooltip is empty");
71 $tagAttributes->addOutputAttributeValue("data{$dataAttributeNamespace}-toggle", "tooltip");
76 $position = $tooltip[Tooltip::POSITION_ATTRIBUTE] ?? null;
86 * in order to see the tooltip
100 * tooltip is used also in page protection