This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new dd818e9 Update data-binding.md
dd818e9 is described below
commit dd818e99d36fb37a9a5540face17014a76b45b41
Author: Andrew Wetmore <[email protected]>
AuthorDate: Fri Dec 27 06:23:20 2019 -0400
Update data-binding.md
Added link to a blog tutorial
---
features/data-binding.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/features/data-binding.md b/features/data-binding.md
index acec058..93cc1cb 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -81,7 +81,9 @@ private function textInputChange(event:Event):void
}
```
-_more to come!_
+When the text in the first TextInput component changes, it triggers the event
which changes the text in the second component. _That_, in turn, changes the
text in the third component.
+
+Here is a [data binding
tutorial](https://royale.apache.org/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/){target="_blank"}
using the Tour de Jewel example.
## Using data binding in MXML {#mxml}
_Details coming soon_