[Laszlo-checkins] r8961 - in openlaszlo/trunk: WEB-INF/lps/lfc/data docs/src/nav
hqm@openlaszlo.org
hqm at openlaszlo.org
Thu May 1 12:37:02 PDT 2008
Author: hqm
Date: 2008-05-01 12:36:59 -0700 (Thu, 01 May 2008)
New Revision: 8961
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDataElement.lzs
openlaszlo/trunk/docs/src/nav/toc.xml
Log:
Change 20080501-hqm-G by hqm at badtzmaru.home on 2008-05-01 15:36:26 EDT
in /Users/hqm/openlaszlo/trunk4
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: docs fixes, update toc for lzfocus, mark LzDataElementMixin public
New Features:
Bugs Fixed:
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDataElement.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDataElement.lzs 2008-05-01 18:58:25 UTC (rev 8960)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDataElement.lzs 2008-05-01 19:36:59 UTC (rev 8961)
@@ -7,8 +7,11 @@
* @subtopic Data
*/
+
/**
- * @access private
+ * @shortdesc A node of hierarchical data.
+ * @see LzDataNode LzDataText LzDataPointer
+ * @access public
*/
mixin LzDataElementMixin {
// N.B.: LzDataElementTrait may or may not be an LzNode, so
@@ -422,7 +425,13 @@
}
*/
+/**
+ * @access private
+ */
var __LZlt = "<";
+/**
+ * @access private
+ */
var __LZgt = ">";
Modified: openlaszlo/trunk/docs/src/nav/toc.xml
===================================================================
--- openlaszlo/trunk/docs/src/nav/toc.xml 2008-05-01 18:58:25 UTC (rev 8960)
+++ openlaszlo/trunk/docs/src/nav/toc.xml 2008-05-01 19:36:59 UTC (rev 8961)
@@ -94,7 +94,7 @@
<item title="LzKeys" href="LzKeys.html" />
<item title="LzModeManager" href="LzModeManagerBase.html" />
<item title="LzTimer" href="LzTimerClass.html" />
- <item title="LzTrackClass" href="LzTrackClass+dhtml+j2me+svg+swf7+swf8.html" />
+ <item title="LzTrackClass" href="LzTrackClass.html" />
<item title="LzHistory (dhtml)" href="LzHistory+dhtml.html" />
<item title="LzHistory (swf7+swf8+swf9)" href="LzHistory+swf7+swf8+swf9.html" />
</category>
More information about the Laszlo-checkins
mailing list