[Laszlo-checkins] r12107 - openlaszlo/trunk/lps/components/incubator/test/opttree
bargull@openlaszlo.org
bargull at openlaszlo.org
Sun Dec 14 05:52:12 PST 2008
Author: bargull
Date: 2008-12-14 05:52:10 -0800 (Sun, 14 Dec 2008)
New Revision: 12107
Modified:
openlaszlo/trunk/lps/components/incubator/test/opttree/data.lzx
Log:
Change 20081214-bargull-ttA by bargull at dell--p4--2-53 on 2008-12-14 14:50:47
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: clean up for LPP-7413
New Features:
Bugs Fixed: LPP-7413
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
update code to use setAttribute instead of deprecated setter
Tests:
Modified: openlaszlo/trunk/lps/components/incubator/test/opttree/data.lzx
===================================================================
--- openlaszlo/trunk/lps/components/incubator/test/opttree/data.lzx 2008-12-14 13:45:29 UTC (rev 12106)
+++ openlaszlo/trunk/lps/components/incubator/test/opttree/data.lzx 2008-12-14 13:52:10 UTC (rev 12107)
@@ -13,18 +13,17 @@
<attribute name="loadnode" value="null"/>
<method name="loadAdditionalTreeData" args="atnode">
- this.setAttribute( "loadnode" , atnode );
+ this.setAttribute( "loadnode", atnode );
dsTreeLoader.doRequest();
</method>
<method name="loadedTreeData" args="ldata">
- loadnode.setChildNodes( ldata.childNodes );
-
+ loadnode.setAttribute( "childNodes", ldata.childNodes );
</method>
</node>
</library>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2006-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!-- @LZX_VERSION@ -->
More information about the Laszlo-checkins
mailing list