Author: lou
Date: 2008-03-13 05:34:13 -0700 (Thu, 13 Mar 2008)
New Revision: 8244
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs
Log:
Change 20080313-lou-8 by [EMAIL PROTECTED] on 2008-03-13 08:29:24 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix markup for applyData() and construct()
Bugs Fixed: LPP-5244 (partial)
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Incorrect markup was causing text to be left out of the generated HTML.
applyData() now correctly displays @attribute
construct() now has a properly nested bulleted list in the description
Tests: visual verify
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs 2008-03-13 12:33:07 UTC
(rev 8243)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs 2008-03-13 12:34:13 UTC
(rev 8244)
@@ -556,13 +556,13 @@
* skipped. </li>
*
* <li>Second, the placement view name is determined from the first of the
- * following that matches:</li>
+ * following that matches:
* <ul><li>the view's <attribute>placement</attribute> attribute, if that
* exists; or</li>
* <li>the lexical parent's <attribute>defaultplacement</attribute>
attribute,
* if that exists; or</li>
* <li>nil.</li></ul>
- *
+ * </li>
* <li>Third, if there is no placement view name, the subview is placed
within
* its lexical parent (that is,
* <code>view.immediateparent = view.parent</code>),
@@ -1600,7 +1600,7 @@
/**
* Called on any node that is declared with a datapath that matches a
* terminal selector, such as <code>text()</code> or
- * <code>@<var>attribute</var></code> when the data it matches is
+ * <code>@attribute</code> when the data it matches is
* changed.
* @access public
* @param String data: a string representing the matching data
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins