[Laszlo-checkins] r13296 - openlaszlo/trunk/docs/src/developers/programs
bargull@openlaszlo.org
bargull at openlaszlo.org
Sun Mar 15 05:09:30 PDT 2009
Author: bargull
Date: 2009-03-15 05:09:25 -0700 (Sun, 15 Mar 2009)
New Revision: 13296
Modified:
openlaszlo/trunk/docs/src/developers/programs/methods-events-attributes-$5.lzx
Log:
Change 20090315-bargull-e4m by bargull at dell--p4--2-53 on 2009-03-15 13:08:43
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix background colour in example code
New Features:
Bugs Fixed: LPP-7920 (DGuide: Example 29.5 broken)
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/docs/src/developers/programs/methods-events-attributes-$5.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/methods-events-attributes-$5.lzx 2009-03-15 11:29:24 UTC (rev 13295)
+++ openlaszlo/trunk/docs/src/developers/programs/methods-events-attributes-$5.lzx 2009-03-15 12:09:25 UTC (rev 13296)
@@ -1,8 +1,8 @@
<canvas height="50" width="100%">
- <view height="30" width="30" bgcolor="red" onclick="setAttribute('bgcolor', blue)"/>
+ <view height="30" width="30" bgcolor="red" onclick="setAttribute('bgcolor', 'blue')"/>
</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2007, 2008 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2007-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