Author: solomax
Date: Tue Jul 31 06:08:26 2012
New Revision: 1367416

URL: http://svn.apache.org/viewvc?rev=1367416&view=rev
Log:
OPENMEETINGS-385 is fixed

Modified:
    incubator/openmeetings/trunk/singlewebapp/test/core/lfc/contextmenu.lzx
    incubator/openmeetings/trunk/singlewebapp/test/core/lfc/contextmenuitem.lzx

Modified: 
incubator/openmeetings/trunk/singlewebapp/test/core/lfc/contextmenu.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/test/core/lfc/contextmenu.lzx?rev=1367416&r1=1367415&r2=1367416&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/test/core/lfc/contextmenu.lzx 
(original)
+++ incubator/openmeetings/trunk/singlewebapp/test/core/lfc/contextmenu.lzx Tue 
Jul 31 06:08:26 2012
@@ -1,25 +1,12 @@
 <library xmlns="http://localhost/openlaszlo/lzx"; 
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
             xsi:schemaLocation="http://localhost/openlaszlo/lzx 
./../../../lzx.xsd">
-<!---A menu item within a context menu -->
-<class name="contextmenuitem" extends="node">
+<!---A contextual menu -->
+<class name="contextmenu" extends="node">
 
-       <!---           Sets the text which is displayed for the menu item-->
-       <attribute name="caption" />
-       
-       <!---   Sets the delegate which will be called when the menu item is 
selected. -->
+       <!---           Sets the delegate which will be called when a menu item 
is selected. An onselect event is also sent.-->
        <attribute name="delegate" />
        
-       <!---   Sets the enabled status of the menu item. If false, the menu 
item is grayed out and will not respond to clicks  -->
-       <attribute name="enabled" type="boolean" />
-       
-       <!---   Draw a horizontal separator line before this item in the menu. 
-->
-       <attribute name="separatorbefore" type="boolean"/>
-       
-       <!---   Sets the visibility of the menu item. -->
-       <attribute name="visible" />
-       
-               
 </class>
 
 </library>
\ No newline at end of file

Modified: 
incubator/openmeetings/trunk/singlewebapp/test/core/lfc/contextmenuitem.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/test/core/lfc/contextmenuitem.lzx?rev=1367416&r1=1367415&r2=1367416&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/test/core/lfc/contextmenuitem.lzx 
(original)
+++ incubator/openmeetings/trunk/singlewebapp/test/core/lfc/contextmenuitem.lzx 
Tue Jul 31 06:08:26 2012
@@ -1,12 +1,25 @@
 <library xmlns="http://localhost/openlaszlo/lzx"; 
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
             xsi:schemaLocation="http://localhost/openlaszlo/lzx 
./../../../lzx.xsd">
-<!---A contextual menu -->
-<class name="contextmenu" extends="node">
+<!---A menu item within a context menu -->
+<class name="contextmenuitem" extends="node">
 
-       <!---           Sets the delegate which will be called when a menu item 
is selected. An onselect event is also sent.-->
+       <!---           Sets the text which is displayed for the menu item-->
+       <attribute name="caption" />
+       
+       <!---   Sets the delegate which will be called when the menu item is 
selected. -->
        <attribute name="delegate" />
        
+       <!---   Sets the enabled status of the menu item. If false, the menu 
item is grayed out and will not respond to clicks  -->
+       <attribute name="enabled" type="boolean" />
+       
+       <!---   Draw a horizontal separator line before this item in the menu. 
-->
+       <attribute name="separatorbefore" type="boolean"/>
+       
+       <!---   Sets the visibility of the menu item. -->
+       <attribute name="visible" />
+       
+               
 </class>
 
 </library>
\ No newline at end of file


Reply via email to