[richfaces-svn-commits] JBoss Rich Faces SVN: r15925 - root/examples-sandbox/trunk/components/tables/src/main/webapp.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Nov 18 14:08:28 EST 2009


Author: konstantin.mishin
Date: 2009-11-18 14:08:28 -0500 (Wed, 18 Nov 2009)
New Revision: 15925

Modified:
   root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedtable.xhtml
Log:
RF-7852 ExtendedDataTable sample

Modified: root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedtable.xhtml
===================================================================
--- root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedtable.xhtml	2009-11-18 19:08:09 UTC (rev 15924)
+++ root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedtable.xhtml	2009-11-18 19:08:28 UTC (rev 15925)
@@ -32,11 +32,17 @@
 
 	<h:head>
 	    <title>Richfaces ExtendedDataTable</title>
-	</h:head>
+		<style>
+			@charset "utf-8";
+			.extendedDataTable{
+				width:500px;
+			}
+		</style>
+ 	</h:head>
 	
 	<h:body>
 	    <h:form id="form1">
-			<rich:extendedDataTable var="record" value="#{dataBean.employeeList}" style="width: 500px;">
+			<rich:extendedDataTable var="record" value="#{dataBean.employeeList}" styleClass="extendedDataTable">
 				<rich:column id="column_name">
 					<f:facet name="header">
 						<h:outputText id="columnHeader1" value="Column Header Facet"/>



More information about the richfaces-svn-commits mailing list