Author: lou
Date: 2007-12-06 05:31:35 -0800 (Thu, 06 Dec 2007)
New Revision: 7465

Modified:
   openlaszlo/branches/4.0.5.1/docs/release-notes.html
Log:
Change 20071206-lou-7 by [EMAIL PROTECTED] on 2007-12-06 09:27:07 AST
    in /Users/lou/src/svn/openlaszlo/branches/4.0.5.1
    for http://svn.openlaszlo.org/openlaszlo/branches/4.0.5.1

Summary: add new attribute swflimits

Bugs Fixed: LPP-5208

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

Details: Document the new canvas attribute swflimits. Indicate that everything 
else is the same as 4.0.5.
    



Modified: openlaszlo/branches/4.0.5.1/docs/release-notes.html
===================================================================
--- openlaszlo/branches/4.0.5.1/docs/release-notes.html 2007-12-06 13:30:00 UTC 
(rev 7464)
+++ openlaszlo/branches/4.0.5.1/docs/release-notes.html 2007-12-06 13:31:35 UTC 
(rev 7465)
@@ -14,9 +14,15 @@
 
 <body class="release-notes">
 
-<h1>Release Notes for OpenLaszlo 4.0.5</h1>
+<h1>Release Notes for OpenLaszlo 4.0.5.1</h1>
+<p class="bodytext">There is one new feature in this release. Everything else 
is the same as OpenLaszlo 4.0.5.</p>
+<p class="bodytext">The canvas tag has a new attribute <code>swflimits</code> 
of type <code>css</code>, which can be used to override the default recursion 
(256) and timeout (15s) limits.  To do so you say:</p>
+ <code>&nbsp;&nbsp;&nbsp;&lt;canvas scriptlimits="timeout: 30"&gt;</code>
+ <br><br>
+<p class="bodytext">or to override both limits</p>
+  <code>&nbsp;&nbsp;&nbsp;&lt;canvas scriptlimits="recursion: 300; timeout: 
30"&gt;</code>
+<br><br><hr />
 
-
 <p class="bodytext">
 
 <b>OpenLaszlo 4.0.5 is the recommended platform for .swf development.</b> With 
OpenLaszlo 4.0.5, there is no longer any reason to continue application 
development using OpenLaszlo 3.4. Support for applications to DHTML remains at 
"beta" level; it will be fully supported with OL 4.1. This release has been 
tested by users world wide and vetted by the Laszlo Systems Quality Assurance 
team. Hundreds of improvements have been made since OpenLaszlo 4.0.</p>


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

Reply via email to