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

bargull@openlaszlo.org bargull at openlaszlo.org
Mon Jan 19 09:49:46 PST 2009


Author: bargull
Date: 2009-01-19 09:49:42 -0800 (Mon, 19 Jan 2009)
New Revision: 12546

Modified:
   openlaszlo/trunk/docs/src/developers/programs/program-structure-$14.lzx
   openlaszlo/trunk/docs/src/developers/programs/program-structure-$15.lzx
   openlaszlo/trunk/docs/src/developers/programs/program-structure-$17.lzx
Log:
Change 20090119-bargull-J5h by bargull at dell--p4--2-53 on 2009-01-19 18:08:07
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: remove fgcolor from Program Structure examples

New Features:

Bugs Fixed: LPP-6695

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

Documentation:

Release Notes:

Details:
"fgcolor" hides the button control in 14 and 15, and it's not even clear what "fgcolor" is supposed to do, see LPP-7481, LPP-7490.
So just remove it from all three examples.
    

Tests:



Modified: openlaszlo/trunk/docs/src/developers/programs/program-structure-$14.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/program-structure-$14.lzx	2009-01-19 17:21:17 UTC (rev 12545)
+++ openlaszlo/trunk/docs/src/developers/programs/program-structure-$14.lzx	2009-01-19 17:49:42 UTC (rev 12546)
@@ -1,10 +1,10 @@
 
 <canvas height="50" width="100%">
   <include href="lz/button.lzx"/>
-  <class name="mybutton" extends="button" fgcolor="red"/>
+  <class name="mybutton" extends="button"/>
   <mybutton>Click me!</mybutton>
 </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 ****************************************************** -->

Modified: openlaszlo/trunk/docs/src/developers/programs/program-structure-$15.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/program-structure-$15.lzx	2009-01-19 17:21:17 UTC (rev 12545)
+++ openlaszlo/trunk/docs/src/developers/programs/program-structure-$15.lzx	2009-01-19 17:49:42 UTC (rev 12546)
@@ -1,9 +1,9 @@
 
 <canvas height="50" width="100%">
-  <class name="mybutton" extends="button" fgcolor="red"/>
+  <class name="mybutton" extends="button"/>
   <mybutton>Click me!</mybutton>
 </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 ****************************************************** -->

Modified: openlaszlo/trunk/docs/src/developers/programs/program-structure-$17.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/program-structure-$17.lzx	2009-01-19 17:21:17 UTC (rev 12545)
+++ openlaszlo/trunk/docs/src/developers/programs/program-structure-$17.lzx	2009-01-19 17:49:42 UTC (rev 12546)
@@ -3,10 +3,10 @@
   <class name="button">
     <text>Click me!</text>
   </class>
-  <class name="mybutton" extends="button" fgcolor="red"/>
+  <class name="mybutton" extends="button"/>
   <mybutton/>
 </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