[Laszlo-checkins] r12465 - openlaszlo/trunk/examples/components

bargull@openlaszlo.org bargull at openlaszlo.org
Tue Jan 13 12:11:42 PST 2009


Author: bargull
Date: 2009-01-13 12:11:39 -0800 (Tue, 13 Jan 2009)
New Revision: 12465

Modified:
   openlaszlo/trunk/examples/components/combobox_example.lzx
   openlaszlo/trunk/examples/components/edittext_example.lzx
   openlaszlo/trunk/examples/components/menu_example.lzx
Log:
Change 20090111-bargull-o4q by bargull at dell--p4--2-53 on 2009-01-11 17:45:49
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: reduce example application size

New Features:

Bugs Fixed: LPP-7611

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
The whole components directory ("components/lz") was included although it wasn't necessary.
    

Tests:



Modified: openlaszlo/trunk/examples/components/combobox_example.lzx
===================================================================
--- openlaszlo/trunk/examples/components/combobox_example.lzx	2009-01-13 20:09:56 UTC (rev 12464)
+++ openlaszlo/trunk/examples/components/combobox_example.lzx	2009-01-13 20:11:39 UTC (rev 12465)
@@ -1,5 +1,4 @@
 <canvas bgcolor="#EAEAEA" width="640" height="400">
-    <include href="lz"/>
     <dataset name="items">
         <item value="item1" >item one</item>
         <item value="item2" >item two</item>
@@ -88,7 +87,7 @@
     </view>
 </canvas>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2006, 2009 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
 <!-- @LZX_VERSION@                                                         -->

Modified: openlaszlo/trunk/examples/components/edittext_example.lzx
===================================================================
--- openlaszlo/trunk/examples/components/edittext_example.lzx	2009-01-13 20:09:56 UTC (rev 12464)
+++ openlaszlo/trunk/examples/components/edittext_example.lzx	2009-01-13 20:11:39 UTC (rev 12465)
@@ -1,5 +1,4 @@
 <canvas bgcolor="0xeaeaea" height="500">
-    <include href="lz/library.lzx" />
     <dataset name="ds">
         <item>first item from dataset</item>
         <item>second item from dataset</item>
@@ -34,7 +33,7 @@
     </view>
 </canvas>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2004, 2008 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2004, 2008, 2009 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
 <!-- @LZX_VERSION@                                                         -->

Modified: openlaszlo/trunk/examples/components/menu_example.lzx
===================================================================
--- openlaszlo/trunk/examples/components/menu_example.lzx	2009-01-13 20:09:56 UTC (rev 12464)
+++ openlaszlo/trunk/examples/components/menu_example.lzx	2009-01-13 20:11:39 UTC (rev 12465)
@@ -1,5 +1,4 @@
 <canvas bgcolor="#EAEAEA" width="600" height="480" >
-   <include href="/lz/library.lzx"/>
 
     <dataset name="items">
         <item value="item1" >item one</item>
@@ -151,7 +150,7 @@
 
 </canvas>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2009 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