[Ur] Dynamic form input values

Gergely Buday gbuday at gmail.com
Tue Jan 3 03:54:57 EST 2012


What is the problem with

<dyn signal={ s <- signal src; return <xml><textbox{#Foo} value={s}/></xml> }/>

?

- Gergely

On 3 January 2012 09:41, Taru Karttunen <taruti at taruti.net> wrote:
> Hello
>
> How does one express something like (pseudocode):
>
> <textbox{#Foo} value=<dyn signal={[mysource]}/>/>
>
> i.e. I want to have a dynamic behaviour that modifies the value of a
> form field (and mysource is a "source string").
>
> Just using a signal with the xml value does not seem like a good
> solution since the value needs to be get+set instead of just set
> to a new value.
>
> - Taru Karttunen
>
> _______________________________________________
> Ur mailing list
> Ur at impredicative.com
> http://www.impredicative.com/cgi-bin/mailman/listinfo/ur



More information about the Ur mailing list