Author: gmaksimenko
Date: 2008-04-21 10:01:59 -0400 (Mon, 21 Apr 2008)
New Revision: 7998
Modified:
trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml
Log:
Add test for align
Modified: trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml 2008-04-21
13:51:31 UTC (rev 7997)
+++ trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml 2008-04-21
14:01:59 UTC (rev 7998)
@@ -12,7 +12,8 @@
onfocus="#{event.onfocus}"
onitemselected="#{event.onitemselected}"
onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}"
onkeyup="#{event.onkeyup}"
onlistcall="#{event.onlistcall}" onmousedown="#{event.onmousedown}"
onmousemove="#{event.onmousemove}"
onmouseout="#{event.onmouseout}"
onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}"
onselect="#{event.onselect}"
- binding="#{combobox.myComboBox}">
+ binding="#{combobox.myComboBox}"
+ align="#{combobox.align}">
<f:selectItem itemValue="selectItem 1"/>
<f:selectItem itemValue="selectItem 2"/>
<f:selectItem itemValue="selectItem 3"/>
Show replies by date