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 73859d4  Update data-binding.md
73859d4 is described below

commit 73859d46a4526c675e65427e81d2981b92f669f8
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Dec 22 07:53:54 2019 -0400

    Update data-binding.md
    
    Laid out structure of the file
---
 features/data-binding.md | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/features/data-binding.md b/features/data-binding.md
index d775ef5..a58323a 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -21,9 +21,25 @@ permalink: /features/data-binding
 ---
 # Data binding
 
-Update the UI in real time as displayed data changes
+Update the UI in real time as data changes
 
-Royale, like Flex before it, makes it easy to create dynamic applications in 
which a change to data automatically updates the display of that data in the 
user interface, and potentially in calculations or other functions that use 
that data. The feature that makes this possible without having to write lots of 
code is *data binding*.
+Royale, like Flex before it, makes it easy to pass data around your 
application. A change to data can automatically update the display of that data 
in the user interface, and potentially in calculations or other functions that 
use that data. The feature that makes this possible without having to write 
lots of code is *data binding*.
 
+There are several ways to deploy data binding:
 
-*information coming soon.*
+* [Using curly braces](#using-curly-braces)
+* [Using binding in MXML](#using-binding-in-mxml)
+* [Using binding in ActionScript](#using-binding-in-actionscript)
+
+
+
+
+
+## Using curly braces
+_Details coming soon_
+
+## Using binding in MXML
+_Details coming soon_
+
+## Using binding in ActionScript
+_Details coming soon_

Reply via email to