Mercurial > urweb
view tests/textarea.ur @ 2137:8ecbd1100227
Set dummy header lookup function in static.c
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 03 May 2015 09:40:13 -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>