Author: lou
Date: 2007-12-19 04:29:25 -0800 (Wed, 19 Dec 2007)
New Revision: 7610
Modified:
openlaszlo/trunk/docs/src/developers/tutorials/programs/data-tutorial-$6.lzx
Log:
Change 20071219-lou-r by [EMAIL PROTECTED] on 2007-12-19 08:24:51 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fixed: databinding chapter in the dguide: Example 11.4. Manipulating
datapointers
Bugs Fixed: LPP-5210
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: changed selectChild(2) to selectChild(1)
Tests: verified the example works
Modified:
openlaszlo/trunk/docs/src/developers/tutorials/programs/data-tutorial-$6.lzx
===================================================================
---
openlaszlo/trunk/docs/src/developers/tutorials/programs/data-tutorial-$6.lzx
2007-12-19 12:28:26 UTC (rev 7609)
+++
openlaszlo/trunk/docs/src/developers/tutorials/programs/data-tutorial-$6.lzx
2007-12-19 12:29:25 UTC (rev 7610)
@@ -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('firstName/text()'));
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins