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

bargull@openlaszlo.org bargull at openlaszlo.org
Thu Nov 6 15:44:43 PST 2008


Author: bargull
Date: 2008-11-06 15:44:41 -0800 (Thu, 06 Nov 2008)
New Revision: 11706

Modified:
   openlaszlo/trunk/WEB-INF/lps/schema/lfc-undeclared.lzx
Log:
Change 20081031-bargull-juJ by bargull at dell--p4--2-53 on 2008-10-31 17:27:44
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: add (virtual) contextmenuitem attributes to schema

New Features:

Bugs Fixed: LPP-7286

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

Documentation:

Release Notes:

Details:
Add "delegate", "caption", "enabled", "separatorbefore" and "visible" to lfc-undeclared.
    

Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/schema/lfc-undeclared.lzx
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/schema/lfc-undeclared.lzx	2008-11-06 23:42:27 UTC (rev 11705)
+++ openlaszlo/trunk/WEB-INF/lps/schema/lfc-undeclared.lzx	2008-11-06 23:44:41 UTC (rev 11706)
@@ -175,6 +175,17 @@
     </insert>
   </interface>
 
+  <interface name="contextmenuitem" extends="node">
+    <!-- add virtual attributes -->
+    <insert>
+      <attribute name="delegate" type="expression"/>
+      <attribute name="caption" type="string"/>
+      <attribute name="enabled" type="boolean"/>
+      <attribute name="separatorbefore" type="boolean"/>
+      <attribute name="visible" type="boolean"/>
+    </insert>
+  </interface>
+
   <interface extends="view" name="canvas">
     <insert>
       <attribute name="debug" type="boolean" value="false"/>



More information about the Laszlo-checkins mailing list