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/10/30 16:55:10 UTC

svn commit: r469193 - /incubator/xap/trunk/WebContent/examples/dataBinding/rss_example.xal

Author: mturyn
Date: Mon Oct 30 08:55:10 2006
New Revision: 469193

URL: http://svn.apache.org/viewvc?view=rev&rev=469193
Log:
Changed layout a bit to be friendlier to IE, which is the only place this works so far.

Modified:
    incubator/xap/trunk/WebContent/examples/dataBinding/rss_example.xal

Modified: incubator/xap/trunk/WebContent/examples/dataBinding/rss_example.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/dataBinding/rss_example.xal?view=diff&rev=469193&r1=469192&r2=469193
==============================================================================
--- incubator/xap/trunk/WebContent/examples/dataBinding/rss_example.xal (original)
+++ incubator/xap/trunk/WebContent/examples/dataBinding/rss_example.xal Mon Oct 30 08:55:10 2006
@@ -23,7 +23,7 @@
 	
 	
 
-	<table borderPosition="center"   height="250px" width="500px">
+	<table borderPosition="center" height="480px" width="640px">
 
 		<column>
 			<header text="Show: [links to playlist]" />
@@ -46,7 +46,7 @@
 			<row>		
 				<cell text="{ bind(&quot;dataSource=item-iterator;select=concat(substring-before(description,'>'),'>',substring-after(substring-before(title,'from'),': '),'</a>')&quot;) }" />
 				<!-- cell text="{ *('guid') }" / -->	
-				<cell text=". . . . " color="#FFffFF"/>	
+				<cell text=". . . . . . . . . . . ." color="#FFffFF"/>	
 				<cell text="{ bind(&quot;dataSource=item-iterator;select=substring-after(title,'from')&quot;) }" />
 				<!-- cell text="{ *('pubDate') }" / -->	
 			</row>