mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Impact analysis: Use new tooltip API to allow interactions with their hyperlinks
This commit is contained in:
@@ -894,9 +894,11 @@ $(function()
|
||||
$( ".popupMenuTarget" ).each(function(){
|
||||
var sDataId = $(this).attr('data-id');
|
||||
var sTooltipContent = me._get_tooltip_content(sDataId);
|
||||
$(this).attr('data-tooltip-content', sTooltipContent);
|
||||
$(this).attr('data-tooltip-html-enabled', 'true');
|
||||
$(this).attr('data-tooltip-hide-delay', '1500');
|
||||
$(this).attr('data-tooltip-content', sTooltipContent)
|
||||
.attr('data-tooltip-html-enabled', 'true')
|
||||
.attr('data-tooltip-interaction-enabled', 'true')
|
||||
.attr('data-tooltip-append-to', 'body')
|
||||
.attr('data-tooltip-hide-delay', '1500');
|
||||
CombodoTooltip.InitTooltipFromMarkup($(this));
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user