view tests/docevents.ur @ 1873:90e81a8bd9da

Add <em> and <strong> tags
author Sergey Mironov <grrwlf@gmail.com>
date Mon, 07 Oct 2013 14:07:06 +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>