[richfaces-svn-commits] JBoss Rich Faces SVN: r519 - trunk/sandbox/scrollable-grid/src/main/templates/org/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 24 11:27:33 EDT 2007


Author: abelevich
Date: 2007-04-24 11:27:33 -0400 (Tue, 24 Apr 2007)
New Revision: 519

Modified:
   trunk/sandbox/scrollable-grid/src/main/templates/org/richfaces/scrollable-grid.jspx
Log:


Modified: trunk/sandbox/scrollable-grid/src/main/templates/org/richfaces/scrollable-grid.jspx
===================================================================
--- trunk/sandbox/scrollable-grid/src/main/templates/org/richfaces/scrollable-grid.jspx	2007-04-24 15:27:18 UTC (rev 518)
+++ trunk/sandbox/scrollable-grid/src/main/templates/org/richfaces/scrollable-grid.jspx	2007-04-24 15:27:33 UTC (rev 519)
@@ -5,12 +5,22 @@
 	xmlns:ui=" http://ajax4jsf.org/cdk/ui"
 	xmlns:u=" http://ajax4jsf.org/cdk/u"
 	xmlns:x=" http://ajax4jsf.org/cdk/x"
+	xmlns:h=" http://ajax4jsf.org/cdk/headers"
 	xmlns:vcp="http://ajax4jsf.org/cdk/vcp"	
 	class="org.richfaces.renderkit.html.ScrollableGridRenderer"
 	baseclass="org.richfaces.renderkit.ScrollableGridBaseRenderer"
 	component="org.richfaces.component.UIScrollableGrid" 
 	>	
 	
+	<h:styles>
+		/org/richfaces/renderkit/html/css/grid.xcss
+	</h:styles>
+	
+	<h:scripts>
+		new org.ajax4jsf.framework.resource.PrototypeScript(),
+		/org/richfaces/renderkit/html/scripts/scrollable-grid.js
+	</h:scripts>
+		
 	<div id="GridContainer" style="width:60%; height:300px;" class="ClientUI_Grid">
 		<div id="GridHeaderTemplate">
 			<table class="TestGridHeader" cellpadding="0" cellspacing="0" border="1">
@@ -23,11 +33,11 @@
 								<td style="width:100%;">
 									<table class="ClientUI_Grid_HCBodyContent" cellpadding="0" cellspacing="0" style="width:100%;">
 										<tr>
-											<td style="font-size: 1px;" colspan="3"><div class="CustomHeaderHSep">&nbsp;</div></td>
+											<td style="font-size: 1px;" colspan="3"><div class="CustomHeaderHSep">&#160;</div></td>
 										</tr>
 										<tr>
 											<td class="ClientUI_Grid_HCBodyContent" align="center" width="50%">Column 2.1</td>
-											<td class="CustomHeaderVSep">&nbsp;&nbsp;</td>
+											<td class="CustomHeaderVSep">&#160;&#160;</td>
 											<td class="ClientUI_Grid_HCBodyContent" align="center" width="50%">Column 2.2</td>
 										</tr>
 									</table>							
@@ -54,11 +64,11 @@
 								<td style="width:100%;">
 									<table class="ClientUI_Grid_HCBodyContent" cellpadding="0" cellspacing="0" style="width:100%;">
 										<tr>
-											<td style="font-size: 1px;" colspan="3"><div class="CustomHeaderHSep">&nbsp;</div></td>
+											<td style="font-size: 1px;" colspan="3"><div class="CustomHeaderHSep">&#160;</div></td>
 										</tr>
 										<tr>
 											<td class="ClientUI_Grid_HCBodyContent" align="center" width="50%">Column 6.1</td>
-											<td class="CustomHeaderVSep">&nbsp;&nbsp;</td>
+											<td class="CustomHeaderVSep">&#160;&#160;</td>
 											<td class="ClientUI_Grid_HCBodyContent" align="center" width="50%">Column 6.2</td>
 										</tr>
 									</table>							




More information about the richfaces-svn-commits mailing list