[Laszlo-checkins] r7235 - openlaszlo/trunk/lps/components/base
ben@openlaszlo.org
ben at openlaszlo.org
Tue Nov 13 12:16:21 PST 2007
Author: ben
Date: 2007-11-13 12:16:18 -0800 (Tue, 13 Nov 2007)
New Revision: 7235
Modified:
openlaszlo/trunk/lps/components/base/basegrid.lzx
Log:
Change 20071113-ben-y by ben at slim.local on 2007-11-13 12:09:23 PST
in /Users/ben/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix link to lazy replicator in basegrid reference
Bugs Fixed: LPP-4838 Refguide: lz.basegrid.html provides bad link to lazy replication manager doc
Documentation:
A link in basegrid.lzx's reference was pointing to a nonexistent reference page.
I have repaired to to point to the lazyreplicator doc.
Tests:
http://localhost:8080/trunk/docs/reference/lz.basegrid.html
Follow link in "Because basegrid uses lazy replication, it is an ..."
Notice that you get to
http://localhost:8080/trunk/docs/reference/lz.lazyreplicator.html
Modified: openlaszlo/trunk/lps/components/base/basegrid.lzx
===================================================================
--- openlaszlo/trunk/lps/components/base/basegrid.lzx 2007-11-13 19:52:37 UTC (rev 7234)
+++ openlaszlo/trunk/lps/components/base/basegrid.lzx 2007-11-13 20:16:18 UTC (rev 7235)
@@ -531,7 +531,7 @@
<p><classname>basegrid</classname> is an abstract container for
row-based data stored in a dataset. Because
<classname>basegrid</classname> uses <a
- href="lzlazyreplicationmanager.html">lazy replication</a>, it is an efficient way to
+ href="lz.lazyreplicator.html">lazy replication</a>, it is an efficient way to
present large datasets, and it abstracts some of the complications
involved in maintaining a selection within a dataset.</p>
More information about the Laszlo-checkins
mailing list