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/23 17:09:28 UTC

svn commit: r434082 - in /incubator/xap/trunk/WebContent/examples/dojo: portlet.html portlet.xal

Author: mturyn
Date: Wed Aug 23 10:09:27 2006
New Revision: 434082

URL: http://svn.apache.org/viewvc?rev=434082&view=rev
Log:
Tweak. 

Modified:
    incubator/xap/trunk/WebContent/examples/dojo/portlet.html
    incubator/xap/trunk/WebContent/examples/dojo/portlet.xal

Modified: incubator/xap/trunk/WebContent/examples/dojo/portlet.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/dojo/portlet.html?rev=434082&r1=434081&r2=434082&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/dojo/portlet.html (original)
+++ incubator/xap/trunk/WebContent/examples/dojo/portlet.html Wed Aug 23 10:09:27 2006
@@ -63,8 +63,10 @@
 <h1>A spatially-distributed component</h1>
 <h2>---a "component" can be XAP+HTML....</h2>
 
-<TABLE align="center" border="0" width="60%" height="60%" 
-	border="1px" border-style="dotted" bgColor="#EEEEFF"
+
+<div style="left:120px;top:120px;width:80%;height:80%;position:absolute;">
+<TABLE align="left" border="0" width="80%" height="80%"
+	border="0px" border-style="dotted" bgColor="#EEEEFF"
 	cellpadding="0px" cellspacing="-1px" frame="box"
 >
 	<TR>
@@ -83,5 +85,6 @@
 		<TD border="0" align="right"  valign="bottom"  id="22"></TD>
 	</TR>
 </TABLE>
+</div>
 </body>
 </html>

Modified: incubator/xap/trunk/WebContent/examples/dojo/portlet.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/dojo/portlet.xal?rev=434082&r1=434081&r2=434082&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/dojo/portlet.xal (original)
+++ incubator/xap/trunk/WebContent/examples/dojo/portlet.xal Wed Aug 23 10:09:27 2006
@@ -15,8 +15,8 @@
 		<colorPalette xmlns="http://www.dojotoolkit.org/" 		
 				displayerId="00"
 				id="theColorPicker_00"
-				height="60px"
-				width="90px"
+				height="120px"
+				width="160px"
 				x="10px"
 				y="10px"
 				onCommand="mco:handler.onPick(event)"		
@@ -26,8 +26,8 @@
 		<colorPalette xmlns="http://www.dojotoolkit.org/" 		
 				displayerId="02"
 				id="theColorPicker_02"
-				height="60px"
-				width="90px"
+				height="120px"
+				width="160px"
 				x="10px"
 				y="10px"
 				onCommand="mco:handler.onPick(event)"		
@@ -47,8 +47,8 @@
 		<colorPalette xmlns="http://www.dojotoolkit.org/" 		
 				displayerId="20"
 				id="theColorPicker_20"
-				height="60px"
-				width="90px"
+				height="120px"
+				width="160px"
 				x="10px"
 				y="10px"
 				onCommand="mco:handler.onPick(event)"		
@@ -58,8 +58,8 @@
 		<colorPalette xmlns="http://www.dojotoolkit.org/" 		
 				displayerId="22"
 				id="theColorPicker_22"
-				height="60px"
-				width="90px"
+				height="120px"
+				width="160px"
 				x="10px"
 				y="10px"
 				onCommand="mco:handler.onPick(event)"