[richfaces-svn-commits] JBoss Rich Faces SVN: r12488 - in trunk/samples: orderingListDemo/src/main/webapp/pages and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 29 10:51:20 EST 2009


Author: Alex.Kolonitsky
Date: 2009-01-29 10:51:20 -0500 (Thu, 29 Jan 2009)
New Revision: 12488

Modified:
   trunk/samples/listShuttleDemo/src/main/webapp/pages/index.jsp
   trunk/samples/orderingListDemo/src/main/webapp/pages/index.jsp
   trunk/samples/pickList-sample/src/main/webapp/pages/index.jsp
Log:
ability to change "alt" text for button image
https://jira.jboss.org/jira/browse/RF-4851

Modified: trunk/samples/listShuttleDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/listShuttleDemo/src/main/webapp/pages/index.jsp	2009-01-29 15:46:21 UTC (rev 12487)
+++ trunk/samples/listShuttleDemo/src/main/webapp/pages/index.jsp	2009-01-29 15:51:20 UTC (rev 12488)
@@ -55,7 +55,20 @@
 					sourceSelection="#{listShuttleDemoBean.sourceSelection}"
 					targetSelection="#{listShuttleDemoBean.targetSelection}"
 					switchByClick="#{listShuttleDemoBean.switchByClick}"
-				>
+          
+                    bottomControlLabel="test bottomControlLabel"
+                    bottomTitle="test bottomTitle"
+                    
+                    topControlLabel="test topControlLabel"
+                    topTitle="test topTitle"
+                    
+                    upControlLabel="test upControlLabel"
+                    upTitle="test upTitle"
+                    
+                    downControlLabel="test downControlLabel"
+                    downTitle="test downTitle"
+                    >
+                    
 					<h:column><h:outputText value="#{item.name}" /></h:column>
 					<h:column><h:outputText value="#{item.price}" /></h:column>
 					<h:column>

Modified: trunk/samples/orderingListDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/orderingListDemo/src/main/webapp/pages/index.jsp	2009-01-29 15:46:21 UTC (rev 12487)
+++ trunk/samples/orderingListDemo/src/main/webapp/pages/index.jsp	2009-01-29 15:51:20 UTC (rev 12488)
@@ -188,8 +188,20 @@
 						</h:panelGrid>
 					</h:panelGroup>
 					<h:panelGroup>
-						<ol:orderingList value="#{bean.simpleItems}" var="item" 
-								controlsType="link">
+						<ol:orderingList value="#{bean.simpleItems}" var="item"
+								controlsType="link"
+                                topControlLabel="test topControlLabel"
+                                topTitle="test topTitle"
+                                
+                                downControlLabel="test downControlLabel"
+                                downTitle="test downTitle"
+                                
+                                upControlLabel="test upControlLabel"
+                                upTitle="test upTitle"
+                                
+                                bottomControlLabel="test bottomControlLabel"
+                                bottomTitle="test bottomTitle"
+                                >
 							<h:column>
 								<f:facet name="header">
 									<h:outputText value="Name" />

Modified: trunk/samples/pickList-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/pickList-sample/src/main/webapp/pages/index.jsp	2009-01-29 15:46:21 UTC (rev 12487)
+++ trunk/samples/pickList-sample/src/main/webapp/pages/index.jsp	2009-01-29 15:51:20 UTC (rev 12488)
@@ -53,7 +53,9 @@
 				sourceListWidth="#{pickBean.sourceListWidth}"
 				targetListWidth="#{pickBean.targetListWidth}"
 				copyAllControlLabel = "#{pickBean.copyAllLabel}"
+                copyAllTitle="test copyAllTitle"
 				copyControlLabel = "#{pickBean.copyLabel}"
+                copyTitle="test copyTitle"
 				removeControlLabel = "#{pickBean.removeLabel}"
 				removeAllControlLabel ="#{pickBean.removeAllLabel}"
 				value="#{pickBean.listValues}"




More information about the richfaces-svn-commits mailing list