Author: gmaksimenko
Date: 2008-04-29 12:31:24 -0400 (Tue, 29 Apr 2008)
New Revision: 8343
Modified:
trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml
Log:
Change test for tabbing
Modified: trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml 2008-04-29
16:23:54 UTC (rev 8342)
+++ trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml 2008-04-29
16:31:24 UTC (rev 8343)
@@ -1,6 +1,6 @@
<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="comboboxSubviewID">
- <h:inputText value="For test tabbing"></h:inputText> <br/>
+ <h:inputText value="For test tabbing tabindex = 3" tabindex="3"
size="30"></h:inputText> <br/>
<rich:comboBox id="comboboxID" disabled="#{combobox.disabled}"
defaultLabel="#{combobox.defaultLabel}"
buttonClass="#{style.buttonClass}"
@@ -27,7 +27,6 @@
required="#{combobox.required}"
requiredMessage="#{combobox.requiredMessage}"
rendered="#{combobox.rendered}"
selectFirstOnUpdate="#{combobox.selectFirstOnUpdate}"
enableManualInput="#{combobox.enableManualInput}"
listHeight="#{combobox.listHeight}" listWidth="#{combobox.listWidth}"
style="#{style.style}" styleClass="#{style.styleClass}"
-
onblur="#{event.onblur}"
onchange="alert('onchange')"
onclick="#{event.onclick}"
@@ -43,7 +42,6 @@
onmouseover="#{event.onmouseover}"
onmouseup="#{event.onmouseup}"
onselect="#{event.onselect}"
-
binding="#{combobox.myComboBox}"
align="#{combobox.align}">
<f:selectItem itemValue="GoshaGoshaGoshaGoshaGosha"/>