[Laszlo-checkins] r9842 - openlaszlo/trunk/lps/components/base
dda@openlaszlo.org
dda at openlaszlo.org
Fri Jun 20 10:16:51 PDT 2008
Author: dda
Date: 2008-06-20 10:16:47 -0700 (Fri, 20 Jun 2008)
New Revision: 9842
Modified:
openlaszlo/trunk/lps/components/base/library.lzx
Log:
Change 20080620-dda-3 by dda at lester.local on 2008-06-20 13:09:43 EDT
in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc5
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix inheritance for <gridcolumn>
New Features:
Bugs Fixed: LPP-5488
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: liorio (pending)
Documentation:
Release Notes:
Details:
This resulted from a missing <include> in lps/components/base/library.lzx.
It's really a more general problem than this simple fix suggests,
see LPP-6416 for the general problem.
Tests:
Rebuilt doc - lz.gridcolumn.html now shows 'extends <basegridcolumn>'
and shows all inherited methods.
Modified: openlaszlo/trunk/lps/components/base/library.lzx
===================================================================
--- openlaszlo/trunk/lps/components/base/library.lzx 2008-06-20 17:15:50 UTC (rev 9841)
+++ openlaszlo/trunk/lps/components/base/library.lzx 2008-06-20 17:16:47 UTC (rev 9842)
@@ -15,6 +15,7 @@
<include href="basedatepicker.lzx"/>
<include href="basedatepickerday.lzx"/>
<include href="basedatepickerweek.lzx"/>
+ <include href="basegridcolumn.lzx"/>
<include href="basevaluecomponent.lzx"/>
<include href="baseformitem.lzx"/>
<include href="baselist.lzx"/>
More information about the Laszlo-checkins
mailing list