Author: ppitonak(a)redhat.com
Date: 2010-09-17 07:31:48 -0400 (Fri, 17 Sep 2010)
New Revision: 19236
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml
Log:
* a disabled item added to rich:accordion
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml 2010-09-17
09:12:32 UTC (rev 19235)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml 2010-09-17
11:31:48 UTC (rev 19236)
@@ -96,9 +96,12 @@
<rich:accordionItem id="item3" name="item3"
header="Item 3">
content of item 3
</rich:accordionItem>
- <rich:accordionItem id="item4" name="item4"
header="Item 4">
+ <rich:accordionItem id="item4" name="item4"
header="Item 4" disabled="true">
content of item 4
</rich:accordionItem>
+ <rich:accordionItem id="item5" name="item5"
header="Item 5">
+ content of item 5
+ </rich:accordionItem>
</rich:accordion>
<br/><br/>
@@ -120,15 +123,20 @@
</rich:componentControl>
</h:commandButton>
<h:commandButton id="switchButton3" value="switch to
item3">
- <rich:componentControl id="componentControl1"
event="click" operation="switchToItem" target="accordion"
>
+ <rich:componentControl id="componentControl3"
event="click" operation="switchToItem" target="accordion"
>
<f:param value="item3" />
</rich:componentControl>
</h:commandButton>
<h:commandButton id="switchButton4" value="switch to
item4">
- <rich:componentControl id="componentControl1"
event="click" operation="switchToItem" target="accordion"
>
+ <rich:componentControl id="componentControl4"
event="click" operation="switchToItem" target="accordion"
>
<f:param value="item4" />
</rich:componentControl>
</h:commandButton>
+ <h:commandButton id="switchButton5" value="switch to
item5">
+ <rich:componentControl id="componentControl5"
event="click" operation="switchToItem" target="accordion"
>
+ <f:param value="item5" />
+ </rich:componentControl>
+ </h:commandButton>
</fieldset>
</ui:define>