[Laszlo-checkins] r11683 - openlaszlo/trunk/docs/src/developers
lou@openlaszlo.org
lou at openlaszlo.org
Mon Nov 3 07:27:52 PST 2008
Author: lou
Date: 2008-11-03 07:27:35 -0800 (Mon, 03 Nov 2008)
New Revision: 11683
Modified:
openlaszlo/trunk/docs/src/developers/initialization-and-instantiation.dbk
Log:
Change 20081103-lou-B by lou at loumac.local on 2008-11-03 11:23:07 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: dguide, Understanding Instantiation chapter: fix typo, remove constraints restriction.
Bugs Fixed: http://www.openlaszlo.org/jira/browse/LPP-7260
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: abargull
Details: remove: (does not include expressions, such width="${parent.width}")
Tests: visual verify
Modified: openlaszlo/trunk/docs/src/developers/initialization-and-instantiation.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/initialization-and-instantiation.dbk 2008-11-03 15:26:33 UTC (rev 11682)
+++ openlaszlo/trunk/docs/src/developers/initialization-and-instantiation.dbk 2008-11-03 15:27:35 UTC (rev 11683)
@@ -63,7 +63,7 @@
When a <glossterm>node</glossterm> is instantiated, its
attributes are the attributes explicitly given in the object, plus any
attributes that the class specifies. Similarly, its children will be
-the child en explicitly given in the object, plus any children that are
+the children explicitly given in the object, plus any children that are
specified in the class. The class <indexterm><primary><literal>construct()</literal></primary></indexterm><methodname>construct()</methodname> method
is called, with these attributes and the parent view.
</para>
@@ -71,8 +71,7 @@
<orderedlist spacing="compact"><listitem><para>A single dictionary is created which combines the attributes of
the instance with the attributes of the class</para></listitem><listitem><para>A single array is created which combines the children of the
instance with the children of the class</para></listitem><listitem><para><literal>construct(<varname>args</varname>, <varname>parent</varname>)</literal> is called.
- <literal><varname>args</varname></literal> is a dictionary of your attributes (does not
- include expressions, such <literal>width="${parent.width}"</literal>),
+ <literal><varname>args</varname></literal> is a dictionary of your attributes,
<literal><varname>parent</varname></literal> is the lexical parent. This method can only be
declared in a class, not in an instance. You can modify the
arguments or the parent before calling
More information about the Laszlo-checkins
mailing list