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 2007/05/15 16:43:13 UTC

svn commit: r538250 - /incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal

Author: mturyn
Date: Tue May 15 09:43:12 2007
New Revision: 538250

URL: http://svn.apache.org/viewvc?view=rev&rev=538250
Log:
Removed a tooltip on the table, since that was blowing up under IE7. 
(Did it by altering the attribute name to 'tooltipComment'.)

Modified:
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal?view=diff&rev=538250&r1=538249&r2=538250
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal Tue May 15 09:43:12 2007
@@ -38,7 +38,7 @@
 
 	<verticalBoxPane>
 
-		<table width="500px" tooltip="[table width=&quot;500px]">
+		<table width="500px" tooltipComment="[table width=&quot;500px&quot;]">
 			<column>
 				<header text="Cust id" width="200px"/>
 			</column>