Mhttpd.js: Difference between revisions
Jump to navigation
Jump to search
(→AAA) |
(→About) |
||
Line 2: | Line 2: | ||
mhttpd.js contains javascript function wrappers for most MIDAS AJAX functions typically used for implementing interactive custom pages for MIDAS experiments. | mhttpd.js contains javascript function wrappers for most MIDAS AJAX functions typically used for implementing interactive custom pages for MIDAS experiments. | ||
mhttpd.js is typically served by mhttpd: | |||
<pre> | |||
... | |||
<script src='mhttpd.js'></script> | |||
... | |||
</pre> | |||
* http://ladd00.triumf.ca/~daqweb/doc/midas/resources/mhttpd.js | * http://ladd00.triumf.ca/~daqweb/doc/midas/resources/mhttpd.js |
Revision as of 13:45, 12 August 2013
About
mhttpd.js contains javascript function wrappers for most MIDAS AJAX functions typically used for implementing interactive custom pages for MIDAS experiments.
mhttpd.js is typically served by mhttpd:
... <script src='mhttpd.js'></script> ...
An example for using all mhttpd.js functions is included in the MIDAS distribution under examples/javascript1:
- http://ladd00.triumf.ca/~daqweb/doc/midas/examples/javascript1/
- http://ladd00.triumf.ca/~daqweb/doc/midas/examples/javascript1/example.html
Functions
AAA