view tests/setActive.ur @ 1960:93f3e35a7967

Manual: remove database version numbers from Debian package names, where possible
author Adam Chlipala <adam@chlipala.net>
date Sat, 18 Jan 2014 08:34:19 -0500
parents 3d823d8424cc
children
line wrap: on
line source
fun main () : transaction page =
    i <- fresh;
    x <- source <xml/>;
    return <xml>
      <body>
        <dyn signal={signal x} />
        <active code={set x <xml><ctextbox/><ctextbox id={i}/><ctextbox/><active code={giveFocus i; return <xml/>}/></xml>; return <xml/>}/>
      </body>
    </xml>