Author: jmclean
Date: Sun Sep 21 06:21:56 2014
New Revision: 1626528

URL: http://svn.apache.org/r1626528
Log:
TourDeFlex 1.1 fixes

Modified:
    
flex/site/trunk/content/tourdeflex/spark/other/BidirectionalBinding1Example.mxml
    
flex/site/trunk/content/tourdeflex/spark/other/BidirectionalBinding1Example.swf

Modified: 
flex/site/trunk/content/tourdeflex/spark/other/BidirectionalBinding1Example.mxml
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/spark/other/BidirectionalBinding1Example.mxml?rev=1626528&r1=1626527&r2=1626528&view=diff
==============================================================================
--- 
flex/site/trunk/content/tourdeflex/spark/other/BidirectionalBinding1Example.mxml
 (original)
+++ 
flex/site/trunk/content/tourdeflex/spark/other/BidirectionalBinding1Example.mxml
 Sun Sep 21 06:21:56 2014
@@ -23,7 +23,7 @@
        xmlns:mx="library://ns.adobe.com/flex/mx">
        
        <s:Panel width="100%" height="100%"
-                        title="Bidirectional Binding"
+                        title="Bidirectional Binding 1"
                         horizontalCenter="0"
                         skinClass="skins.TDFPanelSkin">
                <s:Label top="10" left="15" verticalAlign="justify" 
color="#323232" width="200"
@@ -34,10 +34,7 @@ so any change to the text2 value will al
                        <s:VGroup horizontalCenter="15" top="40">
                                <s:Label text="Enter Text:"/>
                                <s:TextInput id="text1" widthInChars="20" />
-                               <s:TextInput id="text2" color="0xFF3366" 
widthInChars="20" 
-                                                        text="@{text1.text}"/>
-                               <s:Label id="text3" color="0x009966"  
-                                                         text="@{text2.text}" 
/>                               
+                               <s:TextInput id="text2" color="0xFF3366" 
widthInChars="20" text="@{text1.text}"/>
                        </s:VGroup>     
                
        </s:Panel>

Modified: 
flex/site/trunk/content/tourdeflex/spark/other/BidirectionalBinding1Example.swf
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/spark/other/BidirectionalBinding1Example.swf?rev=1626528&r1=1626527&r2=1626528&view=diff
==============================================================================
Binary files - no diff available.


Reply via email to