view tests/reactive4.ur @ 606:5145181b02fa

Use normal fields of ctextboxes
author Adam Chlipala <adamc@hcoop.net>
date Tue, 27 Jan 2009 09:53:51 -0500
parents bb8463c3b712
children
line wrap: on
line source
fun main () : transaction page =
  x <- source <xml>TEST</xml>;
  return <xml><body>
    <dyn signal={y <- signal x; return <xml>!{y}?</xml>}/>
    <br/>
    <a onclick={set x <xml>CHANGEUP</xml>}>Oh My</a>
  </body></xml>