Author: hqm
Date: 2007-07-27 09:28:46 -0700 (Fri, 27 Jul 2007)
New Revision: 5827

Added:
   openlaszlo/branches/wafflecone/test/replicators/
   openlaszlo/branches/wafflecone/test/replicators/lazy-replicator.lzx
   openlaszlo/branches/wafflecone/test/replicators/simple-replicator.lzx
Modified:
   openlaszlo/branches/wafflecone/test/lfc/resizerepl.lzx
Log:
some test cases for replicators

Modified: openlaszlo/branches/wafflecone/test/lfc/resizerepl.lzx
===================================================================
--- openlaszlo/branches/wafflecone/test/lfc/resizerepl.lzx      2007-07-27 
15:53:10 UTC (rev 5826)
+++ openlaszlo/branches/wafflecone/test/lfc/resizerepl.lzx      2007-07-27 
16:28:46 UTC (rev 5827)
@@ -113,7 +113,7 @@
         <simplelayout axis='x'/>
         <text valign="middle" datapath="${'@month'}" width="50"/>
         <text valign="middle" datapath="${'@num'}" width="50"/>
-        <text valign="middle" datapath="@day"/>
+        <text valign="middle" datapath="@day" width="100"/>
         <view bgcolor="red" options="ignorelayout"
               align="right" width="30" height="10">
             <method event="onclick">
@@ -190,7 +190,7 @@
          <button>scroll-and-select first
              <method event="onclick">
                  var rm = repman;
-                 debug.write('rm', rm);
+                 Debug.write('rm', rm);
                  var first = rm.nodes[0];
                  repman.parent.setY(0);
                  var cl = rm.getCloneForNode(first);
@@ -202,6 +202,6 @@
 </canvas>
 
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->

Added: openlaszlo/branches/wafflecone/test/replicators/lazy-replicator.lzx


Property changes on: 
openlaszlo/branches/wafflecone/test/replicators/lazy-replicator.lzx
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: openlaszlo/branches/wafflecone/test/replicators/simple-replicator.lzx


Property changes on: 
openlaszlo/branches/wafflecone/test/replicators/simple-replicator.lzx
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


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

Reply via email to