http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Zone.html

"The show and update parameters are the names of functions attached to the
Tapestry.ElementEffect object."

So, if you want to create your own custom behaviour, you have to do this, I
think:


Tapestry.ElementEffect.prototype.doNothing = function() {};


<t:zone t:id="someZone" update="doNothing"/>


On Tue, May 12, 2009 at 1:15 AM, Sean Bollin <[email protected]> wrote:

> Hello,
>
> I would like to remove the yellow-fade that occurs while updating the Zone
> component.
>
> I have tried the following:
>
> <t:zone t:id="pollZone" update="fakeFunction()" t:update="fakeFunction()">
>
> But it does not change the behavior.  Please advise.
>
> Thank you,
> Sean
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to