Mercurial > urweb
view tests/button.ur @ 2221:278e10629ba1
Basic field-resolution invalidation.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sat, 29 Nov 2014 03:37:59 -0500 |
parents | 235b33d62275 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml><body> <button onclick={fn _ => alert "AHOY"}><b>CLICK IT</b></button> </body></xml>