Mercurial > urweb
view tests/setActive.ur @ 2138:3ca67d73fa5d
Add fieldset and legend tags
author | Julian Squires <julian@cipht.net> |
---|---|
date | Mon, 04 May 2015 13:22:29 -0400 |
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>