Mercurial > urweb
view tests/polyjs.ur @ 1986:b2254554542f
Add Datetime JavaScript support.
author | Patrick Hurst <phurst@mit.edu> |
---|---|
date | Mon, 17 Feb 2014 19:21:46 -0500 |
parents | 276fa06428ba |
children |
line wrap: on
line source
open PolyjsFfi fun main () : transaction page = return <xml><body> <button onclick={fn _ => alert (one "hi" ^ two "bye")}/> </body></xml>