|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | +<head> |
| 4 | + |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=Edge; text/html"> |
| 6 | + |
| 7 | + <title>JavaScript ROOT links collection</title> |
| 8 | + |
| 9 | +</head> |
| 10 | + |
| 11 | +<body> |
| 12 | + |
| 13 | +<h1>Links collection</h1> |
| 14 | + |
| 15 | + <h2>Main project page</h2> |
| 16 | + <ul> |
| 17 | + <li><a href="http://root.cern.ch/js/3.1/">ROOT web site</a></li> |
| 18 | + <li><a href="http://web-docs.gsi.de/~linev/js/3.1/">S.Linev mirror</a></li> |
| 19 | + </ul> |
| 20 | + |
| 21 | + <h2>Loading ROOT files</h2> |
| 22 | + <ul> |
| 23 | + <li><a href="../index.htm?file=../files/hsimple.root">Load file</a></li> |
| 24 | + <li><a href="../index.htm?file=../files/hsimple.root&item=hpxpy;1&opt=colz">Load file and display item</a></li> |
| 25 | + <li><a href="../index.htm?nobrowser&file=../files/hsimple.root&item=hprof;1">Display item without browser pane</a></li> |
| 26 | + <li><a href='../index.htm?file=../files/hsimple.root&layout=grid2x2&items=["hpx;1", "hpxpy;1"]&opts=["", "colz"]'>Display several items</a></li> |
| 27 | + </ul> |
| 28 | + |
| 29 | + <h2>Snapshot from running THttpServer</h2> |
| 30 | + <ul> |
| 31 | + <li><a href="index.htm">Default page</a></li> |
| 32 | + <li><a href="Files/job1.root/index.htm">Sub-folder</a></li> |
| 33 | + <li><a href="index.htm?item=Files/job1.root/hpxpy&opt=colz&monitoring=1000">Display item</a> |
| 34 | + <li><a href="Files/job1.root/hpxpy/draw.htm?opt=colz">Draw without browser</a></li> |
| 35 | + </ul> |
| 36 | + |
| 37 | + <h2>Standalone JSROOT usage</h2> |
| 38 | + <ul> |
| 39 | + <li><a href="example.htm">Embed JSROOT graphic in HTML page</a></li> |
| 40 | + </ul> |
| 41 | + |
| 42 | + <h2>Demonstration of online JSROOT usage</h2> |
| 43 | + |
| 44 | + <ul> |
| 45 | + <li><a href="demo.htm">Update JSROOT graphic from JSON files</a></li> |
| 46 | + <li><a href="demo.htm?layout=grid3x2">Display online data on grid layout</a></li> |
| 47 | + </ul> |
| 48 | + |
| 49 | + <h2>All supported draw options</h2> |
| 50 | + |
| 51 | + <ul> |
| 52 | + <li><a href="drawoptions.htm?minimal">Only list</a></li> |
| 53 | + <li><a href="drawoptions.htm?default&w=800&h=600">Default draw options</a></li> |
| 54 | + <li><a href="drawoptions.htm?all&w=1400&h=800">All drawing at once (many large canvases)</a></li> |
| 55 | + </ul> |
| 56 | +</body> |
| 57 | + |
| 58 | +</html> |
| 59 | + |
0 commit comments