link infostrings!

This commit is contained in:
Oliver Gorwits
2017-12-30 23:41:19 +00:00
parent f3ba260142
commit 6453f99b28
5 changed files with 47 additions and 4 deletions

View File

@@ -478,6 +478,11 @@ td > form.nd_inline-form {
font-weight: bold;
}
/* netmap tooltip box */
#netmap_pane_tooltip {
width: unset;
}
/* fixup for prepended checkbox in sidebar */
.nd_searchcheckbox {
width: 121px;

View File

@@ -598,7 +598,8 @@ function netGobrechtsD3Force(domContainerId, options, apexPluginId, apexPageItem
.attr("id", v.dom.containerId);
} else {
v.dom.container = d3.select("#" + v.dom.containerId);
d3.selectAll("#" + v.dom.containerId + "_tooltip, #" + v.dom.containerId + "_customizing").remove();
d3.selectAll("#" + v.dom.containerId + "_customizing").remove();
// d3.selectAll("#" + v.dom.containerId + "_tooltip").remove();
}
// create SVG element, if not existing (if we have an APEX context, it is already created from the APEX plugin )

View File

@@ -1,3 +1,4 @@
<div id="netmap_pane_tooltip" class="net_gobrechts_d3_force_tooltip" style="top: 0px; left: 0px;"></div>
<script>
// ***********************************************