Durres76 wrote:
> hi, is this possible. var arr : ArrayCollection;
>
> <textfield text='{arr.someProperty}'>
>
> I know the textfield text will change everytime the ArrayCollection
> updates, but can the ArrayCollection update when a user types in the
> textfield. essentially binding the array propety to the textfield
> value
You can do something like:
<textinput id=ti text={a.b} change="a.b=ti.text" />
cheers,
- shaun

