[Laszlo-checkins] r12034 - openlaszlo/trunk/docs/src/developers/programs
bargull@openlaszlo.org
bargull at openlaszlo.org
Tue Dec 9 11:27:48 PST 2008
Author: bargull
Date: 2008-12-09 11:27:46 -0800 (Tue, 09 Dec 2008)
New Revision: 12034
Modified:
openlaszlo/trunk/docs/src/developers/programs/databinding-$18.lzx
Log:
Change 20081209-bargull-zG9 by bargull at dell--p4--2-53 on 2008-12-09 20:23:26
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add argument to function call
New Features:
Bugs Fixed: LPP-6796
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
A non-optional argument wasn't supplied in function call.
Tests:
see bugreport
Modified: openlaszlo/trunk/docs/src/developers/programs/databinding-$18.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/databinding-$18.lzx 2008-12-09 19:26:47 UTC (rev 12033)
+++ openlaszlo/trunk/docs/src/developers/programs/databinding-$18.lzx 2008-12-09 19:27:46 UTC (rev 12034)
@@ -21,7 +21,7 @@
<scrollbar visible="${scrollable}"/>
</view>
- <datapointer xpath="filesys:/" ondata="myfs.openChildren()"/>
+ <datapointer xpath="filesys:/" ondata="myfs.openChildren(true)"/>
</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
More information about the Laszlo-checkins
mailing list