view tests/textarea.ur @ 1844:2c5e6f78560c

Manual: Reveal JavaScript representation of transaction type family
author Adam Chlipala <adam@chlipala.net>
date Tue, 12 Mar 2013 16:21:20 -0400
parents 71bafe66dbe1
children
line wrap: on
line source
val handler = fn x => <html><body>
        You entered: {cdata x.A}
</body></html>

val main = fn () => <html><body>
        <lform>
                <ltextarea{#A}/>
                <submit action={handler}/>
        </lform>
</body></html>