Change 20080811-lou-h by [EMAIL PROTECTED] on 2008-08-11 08:23:13 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix examples that use canvas bgcolor
Bugs Fixed: LPP-6733
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: examples that use bgcolor need an additional line like this
in the programlisting:
<parameter role="canvas">height: 100, width: 500, bgcolor: 'green'</
parameter>
or really just this:
<parameter role="canvas">bgcolor: 'green'</parameter>
since width and height in the source .lzx are used.
Tests: visual verify
Files:
M docs/src/developers/data_app.dbk
M docs/src/developers/program-development.dbk
M docs/src/developers/animation.dbk
M docs/src/developers/richtext.dbk
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080811-lou-h.tar