Author: viktor_volkov
Date: 2008-03-31 11:18:11 -0400 (Mon, 31 Mar 2008)
New Revision: 7479
Modified:
trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml
Log:
moveControlsVerticalAlign="#{pickList.moveControlsVerticalAlign}"
Modified: trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml 2008-03-31
15:16:29 UTC (rev 7478)
+++ trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml 2008-03-31
15:18:11 UTC (rev 7479)
@@ -1,18 +1,35 @@
-<f:subview
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich" id="pickListSubviewID">
+<f:subview
xmlns:ui="http://java.sun.com/jsf/facelets"
+
xmlns:f="http://java.sun.com/jsf/core"
+
xmlns:a4j="http://richfaces.org/a4j"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:rich="http://richfaces.org/rich" id="pickListSubviewID">
- <rich:pickList id="pickListID" value="#{pickList.value}"
showButtonsLabel="#{pickList.showButtonLabels}"
valueChangeListener="#{pickList.valueChangeListener}"
- controlClass="#{style.controlClass}" listClass="#{style.listClass}"
style="#{style.style}" styleClass="#{style.styleClass}"
- copyAllControlLabel="#{pickList.copyAllControlLabel}"
copyControlLabel="#{pickList.copyControlLabel}"
- disabled="#{pickList.copyControlLabel}" dir="#{pickList.dir}"
immediate="#{pickList.immediate}"
- listsHeight="#{pickList.listsHeight}"
moveControlsVerticalAlign="#{pickList.removeAllControlLabel}"
- removeAllControlLabel="#{pickList.removeAllControlLabel}"
removeControlLabel="#{pickList.removeControlLabel}"
- rendered="#{pickList.rendered}"
sourceListWidth="#{pickList.sourceListWidth}"
title="#{pickList.title}"
- switchByClick="#{pickList.switchByClick}"
targetListWidth="#{pickList.targetListWidth}" size="#{pickList.size}"
- required="#{pickList.required}"
requiredMessage="#{pickList.requiredMessage}"
- onclick="#{event.onclick}" onblur="#{event.onblur}"
onchange="#{event.onchange}" ondblclick="#{event.ondblclick}"
- onfocus="#{event.onfocus}" onkeydown="#{event.onkeydown}"
onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}"
- onmousedown="#{event.onmousedown}"
onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}"
- onmouseover="#{event.onmouseover}"
onmouseup="#{event.onmouseup}">
+ <rich:pickList id="pickListID" value="#{pickList.value}"
+ showButtonsLabel="#{pickList.showButtonLabels}"
+ valueChangeListener="#{pickList.valueChangeListener}"
+ controlClass="#{style.controlClass}"
listClass="#{style.listClass}"
+ style="#{style.style}" styleClass="#{style.styleClass}"
+ copyAllControlLabel="#{pickList.copyAllControlLabel}"
+ copyControlLabel="#{pickList.copyControlLabel}"
+ disabled="#{pickList.copyControlLabel}" dir="#{pickList.dir}"
+ immediate="#{pickList.immediate}"
+ listsHeight="#{pickList.listsHeight}"
+ moveControlsVerticalAlign="#{pickList.moveControlsVerticalAlign}"
+ removeAllControlLabel="#{pickList.removeAllControlLabel}"
+ removeControlLabel="#{pickList.removeControlLabel}"
+ rendered="#{pickList.rendered}"
+ sourceListWidth="#{pickList.sourceListWidth}"
+ title="#{pickList.title}"
switchByClick="#{pickList.switchByClick}"
+ targetListWidth="#{pickList.targetListWidth}"
size="#{pickList.size}"
+ required="#{pickList.required}"
+ requiredMessage="#{pickList.requiredMessage}"
+ onclick="#{event.onclick}" onblur="#{event.onblur}"
+ onchange="#{event.onchange}" ondblclick="#{event.ondblclick}"
+ onfocus="#{event.onfocus}" onkeydown="#{event.onkeydown}"
+ onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}"
+ onmousedown="#{event.onmousedown}"
onmousemove="#{event.onmousemove}"
+ onmouseout="#{event.onmouseout}"
onmouseover="#{event.onmouseover}"
+ onmouseup="#{event.onmouseup}">
<f:selectItem itemValue="selectItem" itemLabel="selectItem"
/>
<f:selectItem itemValue="selectItem 1" itemLabel="selectItem 1"
/>
<f:selectItem itemValue="selectItem 2" itemLabel="selectItem 2"
/>