Mercurial > urweb
view demo/alert.ur @ 2060:cbc8bcf30c99
<cselect> and <coption> type fixes (grandfathered into release)
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 19 Aug 2014 11:17:39 -0400 |
parents | e6bc6bbd7a32 |
children |
line wrap: on
line source
fun main () = return <xml><body> <button value="Click me!" onclick={fn _ => alert "You clicked me!"}/> </body></xml>