Author: lou
Date: 2007-12-19 04:13:57 -0800 (Wed, 19 Dec 2007)
New Revision: 7608

Modified:
   openlaszlo/trunk/docs/src/developers/programs/databinding-$9.lzx
Log:
Change 20071219-lou-t by [EMAIL PROTECTED] on 2007-12-19 07:52:06 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix Example 37.7. Manipulating datapointers in Chapter 37. Data Access 
and Binding in the dguide


Bugs Fixed: LPP-5293

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Details: changed selectChild(2) to selectChild(1)
    

Tests: verified that the example works



Modified: openlaszlo/trunk/docs/src/developers/programs/databinding-$9.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/databinding-$9.lzx    
2007-12-19 12:13:20 UTC (rev 7607)
+++ openlaszlo/trunk/docs/src/developers/programs/databinding-$9.lzx    
2007-12-19 12:13:57 UTC (rev 7608)
@@ -4,7 +4,7 @@
   
   <datapointer xpath="myData:/" ondata="processData()">
     <method name="processData">
-      this.selectChild(2); 
+      this.selectChild(1); 
       do {
         if (this.xpathQuery( '@show' ) == 'south park') {
             Debug.write(this.xpathQuery('lastName/text()'));


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to