Author: lou
Date: 2008-01-09 08:18:34 -0800 (Wed, 09 Jan 2008)
New Revision: 7783

Modified:
   openlaszlo/trunk/docs/src/developers/constraints.dbk
   openlaszlo/trunk/docs/src/developers/doc-toolchain.dbk
Log:
Change 20080109-lou-h by [EMAIL PROTECTED] on 2008-01-09 12:11:35 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix broken links in the dguide that were showing up as ???.

Bugs Fixed: LPP-5342

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

Tests: tested links



Modified: openlaszlo/trunk/docs/src/developers/constraints.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/constraints.dbk        2008-01-09 
16:16:30 UTC (rev 7782)
+++ openlaszlo/trunk/docs/src/developers/constraints.dbk        2008-01-09 
16:18:34 UTC (rev 7783)
@@ -149,7 +149,7 @@
 canvas, the blue square will move as the mouse moves, floating
 relative to the position of the mouse.  In this case, the constraint
 expression includes a method call, but it works in the same way as the
-simple attribute expression in <xref linkend="ex.constraints.1"/>.</para>
+simple attribute expression in the previous example.</para>
 
 <example role="live-example">
    <title>Constrain to mouse position</title>
@@ -159,7 +159,7 @@
 </example>
 
 <para>The constraint expression may be almost any Javascript expression.  For
-example, you could change the y value in example <xref 
linkend="ex.constraints.1"/> to
+example, you could change the y value in the previous example to
 <literal>y="${immediateparent.getMouse('y')+10}"</literal> and cause the
 blue square to float below the mouse.  If you centered the blue square
 at the mouse position by setting the y value with

Modified: openlaszlo/trunk/docs/src/developers/doc-toolchain.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/doc-toolchain.dbk      2008-01-09 
16:16:30 UTC (rev 7782)
+++ openlaszlo/trunk/docs/src/developers/doc-toolchain.dbk      2008-01-09 
16:18:34 UTC (rev 7783)
@@ -115,7 +115,7 @@
     </para>
     <para>This part of the toolchain unifies the various source material into 
js2doc format, then
       joins them together into a massive XML file, 
<literal>LaszloLibrary-verbose.js2doc</literal>.
-      To understand those processes, please review <xref id="js2doc-schema"/> 
to grasp the kinds of
+      To understand those processes, please review <xref 
linkend="js2doc-schema"/> to grasp the kinds of
       information that js2doc is trying to represent. The next three sections 
will walk through each
       of the three paths in the diagram above: from langref.xml, from 
javascript code, and from lzx
       source code, all to the js2doc intermediate format.</para>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to