Author: lou
Date: 2008-02-19 13:21:43 -0800 (Tue, 19 Feb 2008)
New Revision: 8066

Modified:
   openlaszlo/trunk/docs/src/developers/tutorials/drawview-intro.dbk
Log:
Change 20080219-lou-2 by [EMAIL PROTECTED] on 2008-02-19 17:16:38 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: add more information about size

Bugs Fixed: LPP-5448 (subtask of LPP-5433)

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Tests: visual verify



Modified: openlaszlo/trunk/docs/src/developers/tutorials/drawview-intro.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/tutorials/drawview-intro.dbk   
2008-02-19 21:20:56 UTC (rev 8065)
+++ openlaszlo/trunk/docs/src/developers/tutorials/drawview-intro.dbk   
2008-02-19 21:21:43 UTC (rev 8066)
@@ -33,7 +33,7 @@
 
 <para>
 <note>
-  <para>Previously, <literal>&lt;drawview&gt;</literal> auto-sized when 
OpenLaszlo only supported Flash. To make this work in DHTML and Flash 
consistently, the size must now be explicitly set, because DHTML doesn't 
support autosize.</para>
+  <para>Previously, <literal>&lt;drawview&gt;</literal> auto-sized when 
OpenLaszlo only supported Flash. To make this work in DHTML and Flash 
consistently, <literal>size</literal> must now be explicitly set, because DHTML 
doesn't support autosize. <literal>size</literal> can be changed at runtime, 
but it may clear the canvas, in which case a new <literal>oncontext</literal> 
event is sent to signal a redraw is needed.  <literal>size</literal> need not 
be a fixed value; it can also be set to percentage values or constraint 
values.</para>
 </note>
 There are no additional tag attributes in the <literal>drawview</literal> 
class beyond those of <literal>view</literal>.  However, 
<literal>drawview</literal> has four attributes in addition to those it 
inherits:
 </para>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to