Author: lou
Date: 2007-09-28 11:14:47 -0700 (Fri, 28 Sep 2007)
New Revision: 6670

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs
Log:
Change 20070928-lou-m1pLMm by [EMAIL PROTECTED] on 2007-09-28 14:10:42 AST
    in /home/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: change type for stretches from Boolean to String

New Features:

Bugs Fixed:LPP-4193 

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

Documentation:

Release Notes:

Details: also enclosed in quotes width, height, and both
    

Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs       2007-09-28 
18:08:34 UTC (rev 6669)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs       2007-09-28 
18:14:47 UTC (rev 6670)
@@ -44,8 +44,8 @@
   *
   * @initarg public Boolean clip: A boolean indicating that the view is masked
   * if true, the view applies setClip(true) to itself
-  * @initarg public Boolean stretches: A string specifying whether or not the 
view
-  * should stretch its contents.  Values are <code>width</code>, 
<code>height</code> or <code>both</code>.
+  * @initarg public String stretches: A string specifying whether or not the 
view
+  * should stretch its contents.  Values are <code>"width"</code>, 
<code>"height"</code> or <code>"both"</code>.
   * When stretching, the coordinate system of the contents is modified
   * so that the whole view will fit in the given dimensions.
   * If <code>stretches</code> is applied, <code>clip</code> would not be 
necessary.


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

Reply via email to