inplace editing/parsing in the syntax editor

This commit is contained in:
krasimir
2010-01-07 10:38:43 +00:00
parent 5be5ee1ccd
commit 712d079e7c
3 changed files with 140 additions and 81 deletions

View File

@@ -10,7 +10,7 @@
<script type="text/javascript" src="gfjseditor.js"></script>
<title>Web-based Syntax Editor</title>
</head>
<body onload="mkEditor('editor', Food)" onkeydown="hotKeys(event)">
<body onload="mkEditor('editor', Food)" onkeydown="return hotKeys(event)">
<div id="editor">
</div>
</body>