Mercurial > urweb
view tests/ooo.ur @ 1781:25824a0e8bf1
Change propagation of source value to textarea
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 13 Jul 2012 09:01:01 -0400 |
parents | d1cce194180d |
children |
line wrap: on
line source
fun main () : transaction page = s <- source "Hi"; return <xml><body> <form> <textbox{#A} source={s}/> Change it up! </form> </body></xml>