[Proto-Scripty] Effect.Fade and Effect.Appear

2008-09-26 Thread Arak Tai';Roth
So I am using the prototype and scriptaculous on my webpage that I am designing with CakePHP. This is my link that I am using: echo $ajax->link($html->image('/img/portfolio/small/' . $portfolio['Portfolio']['picture'], array('alt' => $portfolio['Portfolio']['title'])), '/portfolios/view/' . $por

[Proto-Scripty] Re: Effect.Fade and Effect.Appear

2008-10-06 Thread Arak Tai';Roth
Anybody feel like helping me? I asked around the CakePHP group and they say it's a Javascript error, so just checking back in here for some help on this issue. On Sep 25, 11:45 pm, "Arak Tai'Roth" <[EMAIL PROTECTED]> wrote: > So I am using the prototype and scriptac

[Proto-Scripty] Re: Effect.Fade and Effect.Appear

2008-10-06 Thread Arak Tai';Roth
You got it: On Oct 6, 5:38 pm, "Hector Virgen" <[EMAIL PROTECTED]> wrote: > So on click you want it to fade, and when the Ajax request is completed you > want it to appear? > > On Mon, Oct 6, 2008 at 4:29 PM, Arak Tai'Roth <[EMAIL PROTECTED]>wrote: > >

[Proto-Scripty] Re: Effect.Fade and Effect.Appear

2008-10-08 Thread Arak Tai';Roth
Are you able to help me with this? On Oct 6, 8:28 pm, "Arak Tai'Roth" <[EMAIL PROTECTED]> wrote: > You got it: > > On Oct 6, 5:38 pm, "Hector Virgen" <[EMAIL PROTECTED]> wrote: > > > So on click you want it to fade, and when the Ajax reque

[Proto-Scripty] Re: Effect.Fade and Effect.Appear

2008-10-08 Thread Arak Tai';Roth
= event.findElement('a'); > >     var url = anchor.readAttribte('href'); > > >     new Effect.Fade(anchor); > > >     new Ajax.Request(url, { > >         onComplete:     function() > >         { > >             new Effect.Appear(this); > >