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/08/21 03:08:38 UTC

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

Author: mturyn
Date: Sun Aug 20 20:08:37 2006
New Revision: 433131

URL: http://svn.apache.org/viewvc?rev=433131&view=rev
Log:
Tweaked background, changed enclosing floating pane to a resizable one, the better to see its children.

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=433131&r1=433130&r2=433131&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/dojo/dojoExample_0.xal (original)
+++ incubator/xap/trunk/WebContent/examples/dojo/dojoExample_0.xal Sun Aug 20 20:08:37 2006
@@ -5,17 +5,17 @@
 			x="500px" y="250px" 
 			width="400px" height="400px" 
 			xmlns="http://www.dojotoolkit.org/" 
-			backgroundColor="#FFAAFF"
+			backgroundColor="#FFaaAA"
 			layoutAlign="vertical"
 			color="#880000"
-			title="First, unresizable, floating pane, vertical alignment"
-			resizable="false"			
+			title="First, resizable, floating pane, vertical alignment"
+			resizable="true"			
 		 >
 			<floatingPane 
 				x="120px" y="120px" 
 				width="100px" height="100px" 
 				xmlns="http://www.dojotoolkit.org/" 
-				backgroundColor="#FFAAFF"
+				backgroundColor="#aaFFaa"
 				layoutAlign="horizontal"
 				color="#008800"
 				title="Second,resizable, floating pane, horizontal alignment"
@@ -26,7 +26,7 @@
 				x="200px" y="200px" 
 				width="150px" height="150px" 
 				xmlns="http://www.dojotoolkit.org/" 
-				backgroundColor="#000088"
+				backgroundColor="#aaAAff"
 				layoutAlign="horizontal"
 				color="#FFAAFF"
 				title="Third floating pane, unresizable, horizontal alignment"
@@ -39,7 +39,7 @@
 				onClick="javascript:huh_1"			
 				width="600px"
 				height="320px"	
-				backgroundColor="#aaaaff"												
+				backgroundColor="#FFaaEE"												
 			/>	 	    
 		</floatingPane>