Develop.js
Jump to navigation
Jump to search
Links
Introduction
develop.js contains javascript function(s) wrappers for developing mhttpd custom pages for MIDAS experiments. Presently it contains only one function, getMouseXY(), which displays the position of the crosshairs if an element with ID="refimg" is defined (see Custom Page Features#Display mouse position).
develop.js is typically served by mhttpd from
$MIDASSYS/resources/develop.js.
<html>
<head>
...
<script type="text/javascript" src="develop.js"></script>
...
</head>
...
</html>
A copy of develop.js can be found here: