[richfaces-svn-commits] JBoss Rich Faces SVN: r11523 - trunk/test-applications/facelets/src/main/webapp/DataScroller.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 3 11:10:46 EST 2008


Author: mvitenkov
Date: 2008-12-03 11:10:46 -0500 (Wed, 03 Dec 2008)
New Revision: 11523

Modified:
   trunk/test-applications/facelets/src/main/webapp/DataScroller/DataScroller.xhtml
Log:
htmlDatascroller binding attribute

Modified: trunk/test-applications/facelets/src/main/webapp/DataScroller/DataScroller.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DataScroller/DataScroller.xhtml	2008-12-03 15:09:42 UTC (rev 11522)
+++ trunk/test-applications/facelets/src/main/webapp/DataScroller/DataScroller.xhtml	2008-12-03 16:10:46 UTC (rev 11523)
@@ -3,7 +3,7 @@
 	<rich:dataTable id="dataTableId" value="#{dataScroller.dataTable}" sortMode="#{dataScroller.sortMode}" 
 		var="dT" cellpadding="5px" rows="5" border="1" reRender="dsID">
 		<f:facet name="header">
-			<rich:datascroller inactiveStyle="#{style.inactiveStyle}" inactiveStyleClass="#{style.inactiveStyleClass}" 
+			<rich:datascroller inactiveStyle="test" inactiveStyleClass="#{style.inactiveStyleClass}" 
 			selectedStyle="#{style.selectedStyle}" selectedStyleClass="#{style.selectedStyleClass}" style="#{style.style}" 
 			styleClass="#{style.styleClass}" tableStyle="#{style.tableStyle}" tableStyleClass="#{style.tableStyleClass}" 
 				fastControls="#{dataScroller.fastControls}" action="#{dataScroller.act}" actionListener="#{dataScroller.actListener}"
@@ -18,7 +18,7 @@
 				onmousedown="#{event.onmousedown}"
 				onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}"
 				onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}" id="dsID" 
-				binding="#{dataScroller.htmlDataScroller}">				
+				binding="#{dataScroller.htmlDatascroller}">				
 				</rich:datascroller>
 		</f:facet>
 		<rich:column sortBy="#{dT.data0}" filterBy="#{dT.data0}" filterEvent="onchange" 




More information about the richfaces-svn-commits mailing list