Mercurial > urweb
view tests/docevents.ur @ 1815:28986cfac833
Added 'coreInline' and 'monoInline' .urp options
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Tue, 04 Sep 2012 03:32:59 +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>