[Laszlo-checkins] r10057 - openlaszlo/trunk/WEB-INF/lps/lfc/data

ptw@openlaszlo.org ptw at openlaszlo.org
Fri Jun 27 04:49:03 PDT 2008


Author: ptw
Date: 2008-06-27 04:49:00 -0700 (Fri, 27 Jun 2008)
New Revision: 10057

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs
Log:
Change 20080627-ptw-3 by ptw at dueling-banjos.local on 2008-06-27 07:43:57 EDT
    in /Users/ptw/OpenLaszlo/ringding-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Cross-reference replication management from datapointer

Bugs Fixed:
LPP-6119 'Attributes missing from datapath'

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

Details:
    Note that depending on the choice of replication style, datapath
    may accept additional attributes that are passed on to the
    replication manager.

Tests:
    Visual inspection of datapath reference page



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs	2008-06-27 11:48:23 UTC (rev 10056)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs	2008-06-27 11:49:00 UTC (rev 10057)
@@ -147,6 +147,14 @@
  * See the section on <link linkend="datareplication">Replication</link>
  * in the Guide for information about the use of this attribute.
  *
+ * <note>The choice of replication style implies a choice of
+ * replication manager.  Each replication manager may have additional
+ * attributes which are specified as attributes of the datapath.  For
+ * example, <xref linkend="LzLazyReplicationManager" /> takes
+ * <code>axis</code> and <code>spacing</code> attributes.  See the
+ * documentaion for the corresponding replication manager for detailed
+ * information on these additional attributes.</note>
+ *
  * @type String
  * @lzxtype 'normal' | 'lazy' | 'resize'
  * @lzxdefault 'normal'



More information about the Laszlo-checkins mailing list