Change 20080714-Philip-4 by [EMAIL PROTECTED] on 2008-07-14 09:18:13 EDT
in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Add deprecation warnings to the docs for setXXX methods
New Features:
Bugs Fixed: LPP-5644 (partial)
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
This is mostly a doc change. Methods such as lz.view.setVisible() are
marked deprecated in the docs and tell the user to use
setAttribute('visible',...) instead. If the setNNN method was already
marked private it continues to be marked private.
I fixed some setter methods that do not set the underlying variable.
This permits the value to be read back using this['name'] syntax. For
example, lz.view.setLayout() now sets this.layout.
Tests:
smoketest, lzpix
Files:
M WEB-INF/lps/lfc/core/LzNode.lzs
M WEB-INF/lps/lfc/views/LzInputText.lzs
M WEB-INF/lps/lfc/views/LzText.lzs
M WEB-INF/lps/lfc/views/LaszloView.lzs
M WEB-INF/lps/lfc/helpers/LzCommand.lzs
M WEB-INF/lps/lfc/helpers/LzState.lzs
M WEB-INF/lps/lfc/controllers/LzAnimatorGroup.lzs
M WEB-INF/lps/lfc/controllers/LaszloAnimation.lzs
M WEB-INF/lps/lfc/data/LzReplicationManager.lzs
M WEB-INF/lps/lfc/data/LzDataText.lzs
M WEB-INF/lps/lfc/data/LzDataset.lzs
M WEB-INF/lps/lfc/data/LzDatapath.lzs
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080714-Philip-4.tar