Author: lfryc(a)redhat.com
Date: 2011-01-14 08:50:19 -0500 (Fri, 14 Jan 2011)
New Revision: 21021
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichCollapsibleSubTableBean.java
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichCollapsibleSubTableBean.properties
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTableToggler/simple.xhtml
Log:
fixed attributes and samples for collapsibleSubTable
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichCollapsibleSubTableBean.java
===================================================================
---
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichCollapsibleSubTableBean.java 2011-01-14
12:51:16 UTC (rev 21020)
+++
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichCollapsibleSubTableBean.java 2011-01-14
13:50:19 UTC (rev 21021)
@@ -95,6 +95,7 @@
attributes.setAttribute("rows", 5);
// TODO these attributes have to be tested in another way
+ attributes.remove("columns");
attributes.remove("selection");
attributes.remove("filterVar");
attributes.remove("keepSaved");
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichCollapsibleSubTableBean.properties
===================================================================
---
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichCollapsibleSubTableBean.properties 2011-01-14
12:51:16 UTC (rev 21020)
+++
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichCollapsibleSubTableBean.properties 2011-01-14
13:50:19 UTC (rev 21021)
@@ -1,6 +1,7 @@
attr.expandMode.server=server
attr.expandMode.ajax=ajax
attr.expandMode.client=client
+attr.expandMode.none=none
attr.expandMode.null=
attr.sortMode.single=single
attr.sortMode.multi=multi
\ No newline at end of file
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTableToggler/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTableToggler/simple.xhtml 2011-01-14
12:51:16 UTC (rev 21020)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTableToggler/simple.xhtml 2011-01-14
13:50:19 UTC (rev 21021)
@@ -66,7 +66,7 @@
</f:facet>
<rich:column id="columnTC" colspan="3">
- <rich:collapsibleSubTableToggler id="richSTTControl"
+ <rich:collapsibleSubTableToggler id="subTableTC"
collapseIcon="#{richSubTableTogglerBean.attributes['collapseIcon'].value}"
collapseLabel="#{richSubTableTogglerBean.attributes['collapseLabel'].value}"
event="#{richSubTableTogglerBean.attributes['event'].value}"
Show replies by date