Author: ilya_shaikovsky
Date: 2009-07-21 11:25:39 -0400 (Tue, 21 Jul 2009)
New Revision: 14971
Modified:
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-7311
Modified:
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml
===================================================================
---
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml 2009-07-20
23:19:40 UTC (rev 14970)
+++
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml 2009-07-21
15:25:39 UTC (rev 14971)
@@ -26,11 +26,11 @@
<rich:spacer height="20" />
<rich:listShuttle sourceValue="#{toolBar.freeItems}"
- targetValue="#{toolBar.items}" var="items"
listHeight="300"
- listWidth="300" sourceCaptionLabel="Available Items"
+ targetValue="#{toolBar.items}" var="items"
listsHeight="150"
+ sourceListWidth="130" targetListWidth="130"
sourceCaptionLabel="Available Items"
targetCaptionLabel="Currently Active Items"
converter="listShuttleconverter">
- <rich:column width="18">
+ <rich:column width="18">
<h:graphicImage value="#{items.iconURI}"></h:graphicImage>
</rich:column>
<rich:column>