[Laszlo-checkins] r11415 - openlaszlo/trunk/WEB-INF/lps/schema

bargull@openlaszlo.org bargull at openlaszlo.org
Fri Oct 10 14:17:14 PDT 2008


Author: bargull
Date: 2008-10-10 14:17:11 -0700 (Fri, 10 Oct 2008)
New Revision: 11415

Modified:
   openlaszlo/trunk/WEB-INF/lps/schema/lfc.lzx
Log:
Change 20081010-bargull-ehM by bargull at dell--p4--2-53 on 2008-10-10 21:41:53
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: missing animatorgroup events in schema

New Features:

Bugs Fixed: LPP-7152

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

Documentation:

Release Notes:

Details:
Added missing events to schema.
    

Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/schema/lfc.lzx
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/schema/lfc.lzx	2008-10-10 19:49:32 UTC (rev 11414)
+++ openlaszlo/trunk/WEB-INF/lps/schema/lfc.lzx	2008-10-10 21:17:11 UTC (rev 11415)
@@ -529,11 +529,18 @@
   <attribute name="indirect" type="boolean" value="false"/>
   <attribute name="relative" type="boolean" value="false"/>
   <attribute name="motion" type="string" value="easeboth" enum="linear|easein|easeout|easeboth"/>
-  <attribute name="onstart" type="script" />
-  <attribute name="onstop" type="script" />
   <attribute name="repeat" type="expression" />
   <attribute name="paused" type="boolean" value="false"/>
   <attribute name="target" type="reference"/>
+  <event name="ontarget"/>
+  <event name="onduration"/>
+  <event name="onstarted"/>
+  <event name="onstart"/>
+  <event name="onpaused"/>
+  <event name="onfinish"/>
+  <event name="onstop"/>
+  <event name="onrepeat"/>
+  
   <containsElements>
     <element>animator</element>
   </containsElements>



More information about the Laszlo-checkins mailing list