Author: maksimkaszynski
Date: 2008-03-11 04:51:07 -0400 (Tue, 11 Mar 2008)
New Revision: 6673
Modified:
trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
Log:
provided test generation for all component tagz
Modified: trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-03-11 08:45:04 UTC
(rev 6672)
+++ trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-03-11 08:51:07 UTC
(rev 6673)
@@ -31,6 +31,7 @@
<superclass>
org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
</superclass>
+ <test/>
<description>
<![CDATA[A wrapper component with named facets. Every facet is shown after
activation corresponding toggleControl(the other is hidden).
]]>
@@ -153,6 +154,7 @@
<superclass>
org.ajax4jsf.webapp.taglib.UIComponentTagBase
</superclass>
+ <test/>
<description>
<![CDATA[A link type control for switching betwen togglePanel's facets. The
Target Panel is specified with the "for" attribute. It can be located even
inside or outside the togglePanel.
As the result of switching between facets, the previous facet is hidden and the
next is shown.
Show replies by date