Mercurial > urweb
view tests/ctextarea.ur @ 1232:efbefd6e3f6c
When applying multiple policies at once, filter the policy set at the beginning, removing unmatchable policies
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 13 Apr 2010 09:31:04 -0400 |
parents | 118ab9641a64 |
children |
line wrap: on
line source
fun main () = s <- source "DEFAULT"; return <xml><body> <ctextarea rows={2} source={s}/><br/> <br/> <dyn signal={s <- signal s; return (cdata s)}/> </body></xml>