Mercurial > urweb
view tests/docevents.ur @ 2236:fab8c1f131a5
Major DNF-calculation performance decrapification.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 30 Jun 2015 01:56:22 -0700 |
parents | e8863d9f8c59 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml> <body onload={onDblclick (fn _ => alert "Double click"); onContextmenu (fn _ => alert "Context menu"); onKeypress (fn k => alert ("Keypress: " ^ show k.KeyCode))}> Nothing here. </body> </xml>