I read a demo
BindingUtils.bindProperty(dogNameText, "text", myDog, "name")

dogNameText is textInput and myDog is a object

how to I bind dogNameText's Texr property to one variable like "myString"

BindingUtils.bindProperty(dogNameText, "text", myString) give me error.

Please give me a idea how to do this.Thanks


Mark

Reply via email to