Mercurial > urweb
view tests/ctextarea.ur @ 1244:1eedc9086e6c
Use key information in more places, and catch cases where one key completion depends on another having happened already
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 18 Apr 2010 13:00:36 -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>