[Ur] Dynamic form input values

Taru Karttunen taruti at taruti.net
Tue Jan 3 06:19:34 EST 2012


On Tue, 03 Jan 2012 11:41:59 +0200, Taru Karttunen <taruti at taruti.net> wrote:
> On Tue, 3 Jan 2012 09:54:57 +0100, Gergely Buday <gbuday at gmail.com> wrote:
> > What is the problem with
> > 
> > <dyn signal={ s <- signal src; return <xml><textbox{#Foo} value={s}/></xml> }/>
> > 
> 
> Other code like:
> 
> modyfy src =
>   x <- get src;
>   set src (mystringfunction x)
> 
> mystringfunction : string -> string
> 

Found the solution:

<textbox{#Foo} source={myinput}/>

- Taru Karttunen



More information about the Ur mailing list