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 mt...@apache.org on 2006/07/05 02:20:32 UTC

svn commit: r419137 - /incubator/xap/trunk/WebContent/examples/dojo/dojoExample_0.xal

Author: mturyn
Date: Tue Jul  4 19:20:31 2006
New Revision: 419137

URL: http://svn.apache.org/viewvc?rev=419137&view=rev
Log:
Minor correction.

Modified:
    incubator/xap/trunk/WebContent/examples/dojo/dojoExample_0.xal

Modified: incubator/xap/trunk/WebContent/examples/dojo/dojoExample_0.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/dojo/dojoExample_0.xal?rev=419137&r1=419136&r2=419137&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/dojo/dojoExample_0.xal (original)
+++ incubator/xap/trunk/WebContent/examples/dojo/dojoExample_0.xal Tue Jul  4 19:20:31 2006
@@ -29,6 +29,17 @@
 				color="#00aa00"												
 			/>		
 			
+		<floatingPane 
+			x="60px" y="20px" 
+			width="100px" height="100px" 
+			xmlns="http://www.dojotoolkit.org/" 
+			backgroundColor="#FFAAFF"
+			layoutAlign="client"
+			color="#FFAAFF"
+			title="a floating pane, vertical alignment"
+	    >			
+			
+			
 			<button xmlns="http://www.dojotoolkit.org/"
 				src="replaceButton.xm"
 				text="jo"	
@@ -36,7 +47,8 @@
 				width="60px"
 				height="32px"	
 				color="#00ff00"												
-			/>					    
+			/>			
+		</floatingPane>					    
 	    
 	    </floatingPane>
 			
@@ -54,7 +66,7 @@
    	</xm:append>
    	<!-- Try out caption-changing:  -->
 		<xm:set-attribute select="id('button_0')">			
-			<attribute name="text" value="Three..."/>
+			<attribute name="text" value="Six..."/>
 		</xm:set-attribute>