view tests/sreturn.ur @ 926:358fca527886

Prevent event bubbling
author Adam Chlipala <adamc@hcoop.net>
date Sat, 12 Sep 2009 10:03:12 -0400
parents 55fc747a67dc
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
  <p>Before</p>
  <p><dyn signal={return <xml>Hi!</xml>}/></p>
  <p>After</p>
</body></xml>