Mercurial > urweb
view tests/ctextarea.ur @ 1815:28986cfac833
Added 'coreInline' and 'monoInline' .urp options
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Tue, 04 Sep 2012 03:32:59 +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>