<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "1.7 <ice:effect/>"]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/12.page</link>
		<description><![CDATA[Latest messages posted in the topic "1.7 <ice:effect/>"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>1.7 &amp;lt;ice:effect/&amp;gt;</title>
				<description><![CDATA[ I'm trying to use the new <ice:effect/> component, specifically the appear and face effects.

Can this be done without having to use any beans?

Here's a simple example of what I'm trying to do:

<font color='green'>&lt;ice:outputText value="Make this text fade" &gt;
&lt;ice:effect effectType="face"/&gt;
&lt;/ice:outputText&gt;

&lt;ice:outputText value="Make this text appear" &gt;
&lt;ice:effect effectType="appear"/&gt;
&lt;/ice:outputText&gt;</font>

Nothing happens. Am I missing something? 
It would be helpful if someone could post a 'Hello World' example. 
The 1.7 Component Showcase has some examples source code, but that doesn't appear to be using the <ice:effect> components.

Thank you,
dave  

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8161.page#34222</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8161.page#34222</link>
				<pubDate><![CDATA[Fri, 2 May 2008 17:40:21]]> GMT</pubDate>
				<author><![CDATA[ databass]]></author>
			</item>
			<item>
				<title>Re:1.7 &amp;lt;ice:effect/&amp;gt;</title>
				<description><![CDATA[ Hi Dave,

Try wrapping the effect tag around the effectee rather than embedding it:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
&lt;ice:effect effectType="pulsate" event="mouseover"&gt;
	&lt;ice:outputText value="Pulsate"/&gt;
&lt;/ice:effect&gt;</pre>
		</div>

Philip]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8161.page#34226</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8161.page#34226</link>
				<pubDate><![CDATA[Sat, 3 May 2008 02:07:11]]> GMT</pubDate>
				<author><![CDATA[ philip.breau]]></author>
			</item>
			<item>
				<title>Re:1.7 &amp;lt;ice:effect/&amp;gt;</title>
				<description><![CDATA[ Thanks, that did it.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8161.page#34283</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8161.page#34283</link>
				<pubDate><![CDATA[Mon, 5 May 2008 21:11:15]]> GMT</pubDate>
				<author><![CDATA[ databass]]></author>
			</item>
			<item>
				<title>Re:1.7 &amp;lt;ice:effect/&amp;gt;</title>
				<description><![CDATA[ I could not make mine work without panel group.
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
 &lt;ice:panelGroup&gt;                                 
     &lt;ice:effect event="mouseover" effectType="highlight" &gt;
                                    &lt;a href="/epf/browse?packageId=#{tree.packageId}&amp;versionObjectID=#{version.objId}" target="_blank"&gt; &lt;ice:outputText value="#{version.name}"/&gt;&lt;/a&gt;
                                    &lt;!--/ice:commandLink--&gt;   
                    &lt;/ice:effect&gt;              
                &lt;/ice:panelGroup&gt; 
</pre>
		</div>

Thanks
hobione.wordpress.com]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8161.page#40290</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8161.page#40290</link>
				<pubDate><![CDATA[Fri, 5 Sep 2008 14:10:53]]> GMT</pubDate>
				<author><![CDATA[ hobione]]></author>
			</item>
	</channel>
</rss>