*** empty log message ***
[m17n/m17n-lib-js.git] / index.html
index f9b114d..4ce47b5 100644 (file)
@@ -12,7 +12,7 @@
   <script src="mim.js"></script>
 </head>
 
-<body onload="MIM_init_debug ()">
+<body onload="MIM.init_debug ()">
 <h1>m17n-lib input method in Javascript</h1>
 <h3>textarea</h3>
 <textarea name="TEXTAREA"></textarea>
 <br>
 <h3>debug Info</h3>
 <table border="1">
-<tr><th>down</th><th>press</th><th>status</th><th>keyseq</th><th>range</th></tr>
-<tr><td id="keydown">0</td><td id="keypress">0</td><td id="status"><td id="keyseq"></td><td id="range"></td></tr>
+<tr><th>key</th><th>keycode</th><th>status</th><th>keyseq</th><th>range</th></tr>
+<tr><th>down</th><td id="keydown">0</td><td id="status0"><td id="keyseq0"></td><td id="range0"></td></tr>
+<tr><th>press</th><td id="keypress">0</td><td id="status1"><td id="keyseq1"></td><td id="range1"></td></tr>
 </table>
 <br>
-<form><input type="text" name="TEXT"></form>
+<form><input type="text" id="text" style="width:100mm"></form>
 </body>