Mercurial > urweb
view tests/textarea.ur @ 380:758304561b60
Demo HTML generation, minus source code
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 19 Oct 2008 14:05:00 -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>