[Laszlo-checkins] r9750 - openlaszlo/trunk/docs/src/reference

dda@openlaszlo.org dda at openlaszlo.org
Tue Jun 17 20:20:08 PDT 2008


Author: dda
Date: 2008-06-17 20:20:04 -0700 (Tue, 17 Jun 2008)
New Revision: 9750

Modified:
   openlaszlo/trunk/docs/src/reference/info.xml
Log:
Change 20080617-dda-j by dda at 33.sub-75-193-82.myvzw.com on 2008-06-17 23:15:17 EDT
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc4
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Add links from attribute category types to info-attributes.html (addendum)

New Features:

Bugs Fixed: LPP-6088 

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

Documentation:

Release Notes:

Details: 
    (part two - forgot one file in the first checkin)

    The standard ways to link appear to only link to 
    anchors within the same file, or to another file but 
    at the top. A workaround found on the web requires docbook 5, 
    which we're not ready to go to yet. So this change uses the 
    ruby postprocess hook to insert the <a> entry. 

Tests: 
    rebuilt doc and checked links for various attributes 
    for example, see the Category column for 
    attributes in <node> and <view>. 



Modified: openlaszlo/trunk/docs/src/reference/info.xml
===================================================================
--- openlaszlo/trunk/docs/src/reference/info.xml	2008-06-18 03:19:53 UTC (rev 9749)
+++ openlaszlo/trunk/docs/src/reference/info.xml	2008-06-18 03:20:04 UTC (rev 9750)
@@ -98,6 +98,7 @@
 </ul>
 
 <para role="postprocess-html-hr"/>
+<anchor id="setter"/>
 <a name="setter"></a>
 <simplesect>
   <h2><literal>read/write</literal> attributes</h2>
@@ -131,6 +132,7 @@
 </simplesect>
 
 <para role="postprocess-html-hr"/>
+<anchor id="eventhandler"/>
 <a name="eventhandler"></a>
 <simplesect>
   <h2><literal>event-handler</literal> attributes</h2>
@@ -146,6 +148,7 @@
 </simplesect>
 
 <para role="postprocess-html-hr"/>
+<anchor id="final"/>
 <a name="final"></a>
 <simplesect>
   <h2><literal>initialize-only</literal> attributes</h2>
@@ -159,6 +162,7 @@
 </simplesect>
 
 <para role="postprocess-html-hr"/>
+<anchor id="readonly"/>
 <a name="readonly"></a>
 <simplesect>
   <h2><literal>read-only</literal> attributes</h2>



More information about the Laszlo-checkins mailing list