Author: lou
Date: 2008-01-14 11:21:33 -0800 (Mon, 14 Jan 2008)
New Revision: 7828
Modified:
openlaszlo/trunk/docs/src/developers/programs/databinding-$9.lzx
Log:
Change 20080114-lou-m by [EMAIL PROTECTED] on 2008-01-14 15:17:18 AST
in /Users/lou/src/svn/openlaszlo/trunk/docs/src
for http://svn.openlaszlo.org/openlaszlo/trunk/docs/src
Summary: fixed example 37.7, manipulating datapointers, in the dguide
New Features:
Bugs Fixed: LPP-5293
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: revert to the 3.4 version of the example
Tests: visual check
Modified: openlaszlo/trunk/docs/src/developers/programs/databinding-$9.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/databinding-$9.lzx
2008-01-14 19:20:28 UTC (rev 7827)
+++ openlaszlo/trunk/docs/src/developers/programs/databinding-$9.lzx
2008-01-14 19:21:33 UTC (rev 7828)
@@ -4,7 +4,7 @@
<datapointer xpath="myData:/" ondata="processData()">
<method name="processData">
- this.selectChild(1);
+ this.selectChild(2);
do {
if (this.xpathQuery( '@show' ) == 'south park') {
Debug.write(this.xpathQuery('lastName/text()'));
@@ -14,6 +14,6 @@
</datapointer>
</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins