Mercurial > urweb
view demo/alert.ur @ 1428:58c9c039582a
Deal with Postgres's wonky type-changing for nullable columns of views
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 25 Feb 2011 15:46:29 -0500 |
parents | 8e17e6b615bd |
children | e6bc6bbd7a32 |
line wrap: on
line source
fun main () = return <xml><body> <button value="Click me!" onclick={alert "You clicked me!"}/> </body></xml>