Author: lou
Date: 2007-12-19 05:19:35 -0800 (Wed, 19 Dec 2007)
New Revision: 7612

Modified:
   openlaszlo/trunk/docs/src/developers/programs/databinding-$20.lzx
Log:
Change 20071219-lou-f by [EMAIL PROTECTED] on 2007-12-19 09:09:43 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix Example 37.18. Using datapointer's iterator methods in the Data 
access and binding chapter

New Features:

Bugs Fixed: LPP-5294

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

Details: changed to look in phonebook.xml for root element "phonebook" instead 
of "contacts"
    

Tests: verified the example works



Modified: openlaszlo/trunk/docs/src/developers/programs/databinding-$20.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/databinding-$20.lzx   
2007-12-19 13:18:30 UTC (rev 7611)
+++ openlaszlo/trunk/docs/src/developers/programs/databinding-$20.lzx   
2007-12-19 13:19:35 UTC (rev 7612)
@@ -4,7 +4,7 @@
   <simplelayout axis="x" spacing="20"/>
   
   <view name="contacts" height="150" width="100">
-    <view bgcolor="0xe0e0e0" datapath="phonebook:/contacts/contact"
+    <view bgcolor="0xe0e0e0" datapath="phonebook:/phonebook/contact"
           onmouseover="setAttribute('bgcolor', 0xc0c0c0)" 
onmouseout="setAttribute('bgcolor', 0xe0e0e0)"
           onclick="details.datapath.setAttribute('p', this.datapath.p)">
       <simplelayout axis="x" spacing="5"/>


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

Reply via email to