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/02/23 00:53:33 UTC

svn commit: r510735 - /incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/complexExample.xal

Author: jmargaris
Date: Thu Feb 22 16:53:33 2007
New Revision: 510735

URL: http://svn.apache.org/viewvc?view=rev&rev=510735
Log:
now working again (syntax out of date)

Modified:
    incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/complexExample.xal

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/complexExample.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/complexExample.xal?view=diff&rev=510735&r1=510734&r2=510735
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/complexExample.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/complexExample.xal Thu Feb 22 16:53:33 2007
@@ -31,15 +31,19 @@
 	<xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
 	<xm:append select="/ui">
 	
-		<xal:borderPane width="100%" height="100%">
+		<xal:borderPane width="100%" height="500px" backgroundColor="yellow">
 			<xal:freePane width="100%" height="100px" backgroundColor="red" borderPosition="north"/>
 
-			<xal:horizontalSplitPane>
-				<xal:freePane backgroundColor="yellow"/>
+			<xal:horizontalSplitPane borderPosition="center">
+				<xal:left>
+					<xal:freePane backgroundColor="yellow"/>
+				</xal:left>
+				<xal:right>
 				<xal:tabPane>
 					<xal:tab text="Package Explorer"/>
 					<xal:tab text="JUnit"/>
 				</xal:tabPane>
+				</xal:right>
 			</xal:horizontalSplitPane>
 			<xal:freePane width="100%" height="100px" backgroundColor="green" borderPosition="south"/>