Change 20081212-ptw-j by [email protected] on 2008-12-12
13:56:31 EST
in /Users/ptw/OpenLaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Add <node>/inited which reflects the _actual_ inited state of
a node
New Features:
The (private) node attribute `isinited` is used by some
applications to determine if the `init` method has been run. The
private attribute is actually set to true well before the method
is run and hence can be misleading.
A new public attribute `inited` has been added which correctly
reflects the state of the node. The documentation has been
updated to refer to this new public attribute.
Bugs Fixed:
Technical Reviewer: [email protected] (pending)
QA Reviewer: [email protected] (pending)
Doc Reviewer: [email protected] (pending)
Documentation:
Will have to be updated to replace any references to `isinited`
with `inited`.
Release Notes:
The (private) node attribute `isinited` which is used by some
applications, will go away in the next release. There is a new
public attribute `inited` which is the correct and supported way
to determine if a node's init method has been executed.
Details:
That about covers it.
Tests:
Inspection
Files:
M WEB-INF/lps/lfc/core/LzNode.lzs
M WEB-INF/lps/lfc/views/LaszloCanvas.lzs
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20081212-ptw-j.tar