Author: lou
Date: 2007-09-27 11:01:43 -0700 (Thu, 27 Sep 2007)
New Revision: 6644
Modified:
openlaszlo/trunk/docs/src/developers/layout-and-design.dbk
Log:
Change 20070927-lou-3dtDKq by [EMAIL PROTECTED] on 2007-09-27 14:01:01 AST
in /home/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary:
New Features:
Bugs Fixed:
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/docs/src/developers/layout-and-design.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/layout-and-design.dbk 2007-09-27
17:59:50 UTC (rev 6643)
+++ openlaszlo/trunk/docs/src/developers/layout-and-design.dbk 2007-09-27
18:01:43 UTC (rev 6644)
@@ -136,7 +136,21 @@
</view>
</canvas>
</programlisting><?lzx-edit programs/layout-and-design-$3.lzx></example?>
-<para/></section><section><title>Horizontal and Vertical Boxes</title>
+<!-- added the following para and example to fix LPP-1030: IORIO 26 sep 2007
-->
+<para>There may be times when you would like to select between more than one
+layout in which to display your view. Options are a good way to do this
+You then override addSubview in your layout as shown in the code below. To get
+a better idea of what's going on, run the program with the debugger on.</para>
+<example role="live-example">
+ <title>Choosing between layouts</title>
+ <programlisting language="lzx">
+ <textobject><textdata
fileref="programs/layout-and-design-$19.lzx"/></textobject>
+ </programlisting>
+</example>
+<?example role="live-example"><title>Choosing between
layouts</title><programlisting
role="lzx-embednew"><filename>layout-and-design-$19.lzx</filename><parameter/><code>
+
+</programlisting><?lzx-edit programs/layout-and-design-$19.lzx></example?>
+</section><section><title>Horizontal and Vertical Boxes</title>
<para>
In addition to layouts, LZX includes the
<indexterm><primary>hbox</primary></indexterm><sgmltag
class="element"><hbox></sgmltag><remark role="fixme">[unknown
tag]</remark>
<!--unknown tag: hbox-->
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins