*** empty log message ***
[m17n/m17n-lib-js.git] / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
3 <head>
4   <meta http-equiv="content-type" content="text/html; charset=utf-8">
5   <style type="text/css">
6     <!--
7      td { font-family: 'monospace'; font-size: 12pt; width: 40mm}
8      textarea { font-size: 20pt; width: 100mm; }
9       -->
10   </style>
11   <title>M17N Input Method by JavaScript</title>
12   <!-- <script src="xex.js"></script> -->
13   <script src="mim.js"></script>
14 </head>
15
16 <body onload="MIM.init_debug ()">
17 <h1>m17n-lib input method in Javascript</h1>
18 <h3>textarea</h3>
19 <textarea name="TEXTAREA"></textarea>
20 <h3>text</h3>
21 <form><input type="text"></form>
22 <br>
23 <h3>debug Info</h3>
24 <table border="1">
25 <tr><th>key</th><th>keycode</th><th>status</th><th>keyseq</th><th>range</th></tr>
26 <tr><th>down</th><td id="keydown">0</td><td id="status0"><td id="keyseq0"></td><td id="range0"></td></tr>
27 <tr><th>press</th><td id="keypress">0</td><td id="status1"><td id="keyseq1"></td><td id="range1"></td></tr>
28 </table>
29 <br>
30 <form><input type="text" id="text" style="width:100mm"></form>
31 </body>