Develop.js

From MidasWiki
Revision as of 16:20, 13 July 2015 by Suz (talk | contribs) (Created page with "{{Pagelinks}} = Links = <div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> * mhttpd MIDAS web server * Custom Page </div> = Introduction =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: