You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2007/01/09 00:01:47 UTC

svn commit: r494266 - /incubator/xap/trunk/WebContent/examples/widgets/popupMenu.xal

Author: jmargaris
Date: Mon Jan  8 16:01:47 2007
New Revision: 494266

URL: http://svn.apache.org/viewvc?view=rev&rev=494266
Log:
Popup menu fixes

Modified:
    incubator/xap/trunk/WebContent/examples/widgets/popupMenu.xal

Modified: incubator/xap/trunk/WebContent/examples/widgets/popupMenu.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/widgets/popupMenu.xal?view=diff&rev=494266&r1=494265&r2=494266
==============================================================================
--- incubator/xap/trunk/WebContent/examples/widgets/popupMenu.xal (original)
+++ incubator/xap/trunk/WebContent/examples/widgets/popupMenu.xal Mon Jan  8 16:01:47 2007
@@ -11,7 +11,7 @@
 
 	<xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
 	<xm:append select="/ui">
-	<xal:verticalBoxPane>
+
 	
 		<xal:defs>
 			<xal:popupMenu id="testComponent">
@@ -28,6 +28,7 @@
 			</xal:popupMenu>
 		</xal:defs>
 		
+		<xal:verticalBoxPane>
 		<xal:button text="I have a popup" popup="#testComponent"/>
 			
 		<!--standard test things -->