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/07/31 20:17:15 UTC

svn commit: r561478 - /incubator/xap/trunk/samples/WebContent/examples/widgets/tree.xal

Author: jmargaris
Date: Tue Jul 31 13:17:14 2007
New Revision: 561478

URL: http://svn.apache.org/viewvc?view=rev&rev=561478
Log:
added columns to sample

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

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/tree.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/tree.xal?view=diff&rev=561478&r1=561477&r2=561478
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/tree.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/tree.xal Tue Jul 31 13:17:14 2007
@@ -169,7 +169,10 @@
 			<horizontalBoxPane>
 				<freePane width="500px" height="300px" backgroundColor="#FFFFFF"
 					id="testComponentFreePane">
-					<tree id="testComponent">
+					<tree id="testComponent">
+						<column></column>
+						<column></column>
+						<column></column>
 						<row id="row1" onCreate="mco:attributeSetter.registerElement(this)">
 							<cell text="a"/>
 							<cell text="b"/>