[Laszlo-checkins] r8928 - openlaszlo/trunk/docs/src/nav
dda@openlaszlo.org
dda at openlaszlo.org
Wed Apr 30 11:01:40 PDT 2008
Author: dda
Date: 2008-04-30 11:01:35 -0700 (Wed, 30 Apr 2008)
New Revision: 8928
Modified:
openlaszlo/trunk/docs/src/nav/nav.lzx
Log:
Change 20080430-dda-3 by dda at lester.local on 2008-04-30 12:38:13 EDT
in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: make doc nav bar resizable
New Features:
Bugs Fixed: LPP-5201
Technical Reviewer: (pending)
QA Reviewer: antun (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Allow the horizontal size to float to 100% of the frame size.
Tests:
Checked behavior - size now seems to follow frame size.
How to test:
If you've already got docs built, quickly test via: cp docs/src/nav/nav.lzx to docs/reference/nav.lzx
and reload browser. If you don't have docs built, need to
$ cd docs/src; ant clean reference
to see it.
Modified: openlaszlo/trunk/docs/src/nav/nav.lzx
===================================================================
--- openlaszlo/trunk/docs/src/nav/nav.lzx 2008-04-30 16:43:41 UTC (rev 8927)
+++ openlaszlo/trunk/docs/src/nav/nav.lzx 2008-04-30 18:01:35 UTC (rev 8928)
@@ -1,7 +1,7 @@
<!-- parameter 'target' is used to cause the links to open in a particular frame -->
<!-- so call this with ?target=myframe to make the reference material load into -->
<!-- a frame named myframe -->
-<canvas width="240" height="100%" title="LZX Reference Navigation">
+<canvas width="100%" height="100%" title="LZX Reference Navigation">
<include href="lz/tree.lzx"/>
<dataset name="tocdata" src="toc.xml"/>
@@ -141,6 +141,6 @@
</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
More information about the Laszlo-checkins
mailing list