view tests/docevents.ur @ 2066:7214a14a6fe2

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 30 Aug 2014 08:48:41 -0400
parents d5c961c709f9
children e8863d9f8c59
line wrap: on
line source
fun main () : transaction page = return <xml>
  <body onload={onDblclick (alert "Double click");
                onKeypress (fn k => alert ("Keypress: " ^ show k))}>
    Nothing here.
  </body>
</xml>