|
|
|
r7581 | ben | 2007-12-17 19:01:58 -0800 (Mon, 17 Dec 2007) | 27 lines
Changed paths: M /openlaszlo/trunk/docs/src/developers/tutorials/laszlo_basics.dbk Change 20071217-ben-l by ben@slim.local on 2007-12-17 13:23:38 PST in /Users/ben/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Set canvas color for the first live example in Laszlo Basics New Features: Bugs Fixed: Technical Reviewer: iorio (pending) Documentation: To make a live example have a canvas color, specify the bgcolor in the programlisting's parameter tag: <parameter role="canvas">height: 100, width: 500, bgcolor: 'green'</parameter> Tests: Notice that the first example in http://localhost:8080/trunk/docs/developers/tutorials/laszlo_basics.html has a green background; the rest are white. Also note that other canvas on that page and on other pages in the dev guide continue to have white backgrounds. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
parameter tag:
<parameter role="canvas">height: 100, width: 500, bgcolor: 'green'</parameter>
I have done this in the laszlo_basics chapter, for that one green canvas, in changeset 20071217-ben-l.tar.gz (out for review).