Author: gmaksimenko
Date: 2008-04-25 08:24:51 -0400 (Fri, 25 Apr 2008)
New Revision: 8171
Modified:
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml
Log:
Add test for api-function
Modified:
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml 2008-04-25
12:24:30 UTC (rev 8170)
+++
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml 2008-04-25
12:24:51 UTC (rev 8171)
@@ -59,5 +59,11 @@
<h:outputText value="alt (hidden)"></h:outputText>
<h:inputText value="#{combobox.alt}"
onchange="submit();"></h:inputText>
- </h:panelGrid>
+ </h:panelGrid>
+
+ <a4j:commandLink
onclick="$('formID:comboboxSubviewID:comboboxID').component.showList()"
value="showList"></a4j:commandLink> <br/>
+ <a4j:commandLink
onclick="$('formID:comboboxSubviewID:comboboxID').component.hideList()"
value="hideList"></a4j:commandLink> <br/>
+ <a4j:commandLink
onclick="$('formID:comboboxSubviewID:comboboxID').component.enable()"
value="enable"></a4j:commandLink> <br/>
+ <a4j:commandLink
onclick="$('formID:comboboxSubviewID:comboboxID').component.disable()"
value="disable"></a4j:commandLink>
+
</f:subview>
\ No newline at end of file