[Laszlo-checkins] r12294 - openlaszlo/trunk/docs/src/developers/programs

lou@openlaszlo.org lou at openlaszlo.org
Sun Jan 4 06:18:57 PST 2009


Author: lou
Date: 2009-01-04 06:18:41 -0800 (Sun, 04 Jan 2009)
New Revision: 12294

Modified:
   openlaszlo/trunk/docs/src/developers/programs/viewvisibility.lzx
Log:
Change 20090104-lou-D by lou at loumac.local on 2009-01-04 10:10:42 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: dguide, Chapter 37. Data Access and Binding: fix Example 37.16. Visibility of datamapped views

Bugs Fixed: LPP-7554

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

Details: In the "light" class, declare the attribute "bulbColor" a "color"-type:

<attribute name="bulbColor" type="color"/>    

Tests: visual verify, test example in swf8 - 10, dhtml



Modified: openlaszlo/trunk/docs/src/developers/programs/viewvisibility.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/viewvisibility.lzx	2009-01-04 14:17:02 UTC (rev 12293)
+++ openlaszlo/trunk/docs/src/developers/programs/viewvisibility.lzx	2009-01-04 14:18:41 UTC (rev 12294)
@@ -5,7 +5,7 @@
 
  <class name="light">
    // Attributes passed down to bulb
-   <attribute name="bulbColor" />
+   <attribute name="bulbColor" type="color" />
    <attribute name="bulbVisibility" type="string" />
    <attribute name="bulbXpath" type="string" />
 
@@ -62,6 +62,6 @@
  <button onclick="mydata.getPointer().addNode('element', 'newdata')">Add Data</button>
 </canvas>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2008 Laszlo Systems, Inc.  All Rights Reserved.                   *
+* Copyright 2009 Laszlo Systems, Inc.  All Rights Reserved.                   *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->



More information about the Laszlo-checkins mailing list