Change 20080527-lou-U by [EMAIL PROTECTED] on 2008-05-27 14:53:11 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: chapter 27 Constraints: add note that declaring constraints
in tags is the preferred method.
Bugs Fixed: LPP-2037
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: update first attempt (r9303) to add note (per Tucker)
Here's the intro now:
---------------
2. Syntax for creating and removing constraints
Constraints may be created as follows:
* in a tag, using the ${} syntax to tie the value of one
attribute to that of
another (this is the preferred method, and the most simple)
* in script, using the applyConstraintMethod() method
* in script, using delegates
Tests: visual verify
Files:
M docs/src/developers/constraints.dbk
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080527-lou-
U.tar