[Laszlo-checkins] r11980 - openlaszlo/trunk/docs/src/nav

lou@openlaszlo.org lou at openlaszlo.org
Fri Dec 5 06:00:06 PST 2008


Author: lou
Date: 2008-12-05 05:59:48 -0800 (Fri, 05 Dec 2008)
New Revision: 11980

Modified:
   openlaszlo/trunk/docs/src/nav/nav.lzx
Log:
Change 20081205-lou-U by lou at loumac.local on 2008-12-05 09:54:53 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: reference: explicitly set nav pane background color

Bugs Fixed: LPP-7438

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

Details: change
< <tabpane width="${parent.width}">
---
> <tabpane width="${parent.width}" bgcolor="0xffffff">
    
Tests: visual verify



Modified: openlaszlo/trunk/docs/src/nav/nav.lzx
===================================================================
--- openlaszlo/trunk/docs/src/nav/nav.lzx	2008-12-05 13:57:47 UTC (rev 11979)
+++ openlaszlo/trunk/docs/src/nav/nav.lzx	2008-12-05 13:59:48 UTC (rev 11980)
@@ -43,7 +43,7 @@
 
   <simplelayout axis="y"/>
   <tabs x="5" width="${canvas.width-10}" height="${canvas.height}">
-    <tabpane width="${parent.width}">
+      <tabpane width="${parent.width}" bgcolor="0xffffff">
       Contents
       <view name="search" width="${parent.width}">
         <simplelayout axis="x"/>
@@ -121,7 +121,7 @@
       <button onclick="lz.Browser.loadURL('javascript:lzSetShowInlineExamples(false)')">Hide Examples</button>
 
     </tabpane>
-    <tabpane width="${parent.width}">
+      <tabpane width="${parent.width}" bgcolor="0xffffff">
       Classes
       <view clip="true" height="${parent.parent.height - 50}"
             width="${parent.width-20}">
@@ -131,7 +131,7 @@
           <wheelscrollbar/>
       </view>
     </tabpane>
-    <tabpane width="${parent.width}">
+      <tabpane width="${parent.width}" bgcolor="0xffffff">
       Tags
       <view clip="true" height="${parent.parent.height - 50}"
             width="${parent.width-20}">



More information about the Laszlo-checkins mailing list