Using Scriptaculous Effects When Adding Content To Div

2008-10-19 Thread Chez17
I have an ajax form that is submitting new content to the bottom of a div. What I want to try and do is get an 'appear' effect to happen on the new content once it's submitted. I can't get this effect to work. I can't find any good resources on this and I can't find any old posts in this group

Re: Prototype and Scriptaculous Effects Help ma please

2008-09-02 Thread randalle2
thnks a lot... On Jul 9, 12:06 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: You don't need to build your own library. You use an existing library like prototype for all of the nice functions and features it has. You build your own behaviours for your current site of application. No library

Re: Prototype and Scriptaculous Effects Help ma please

2008-07-09 Thread [EMAIL PROTECTED]
You don't need to build your own library. You use an existing library like prototype for all of the nice functions and features it has. You build your own behaviours for your current site of application. No library makes buttons dance like crazy around the screen but they do provide you with nice

Re: Prototype and Scriptaculous Effects Help ma please

2008-07-09 Thread randalle2
Thanks a lot martin... I'm on the way on my web development right now... Maybe your right, I'll stick to prototype... I'm still finding a way on how to fix my nested tab... it doesn't work well... it's been few weeks but i still not able to fix it...

Prototype and Scriptaculous Effects Help ma please

2008-07-08 Thread randalle2
I try to build my site. I'm a newbie... I used 1.1..version of cakephp.. I want to use prototype and scriptaculous effects.. more or less like frontpage you have seen in CAKEPHP. It can be navigate by next or prev buttons or by clicking the tab.. can anyone help me please thanks

Re: Prototype and Scriptaculous Effects Help ma please

2008-07-08 Thread [EMAIL PROTECTED]
) are the libraries loaded. All the behaviour setup is done in common.js. The tabs take up most of that file. On Jul 8, 8:48 am, randalle2 [EMAIL PROTECTED] wrote: I try to build my site. I'm a newbie... I used 1.1..version of cakephp.. I want to use prototype and scriptaculous effects.. more

Re: Prototype and Scriptaculous Effects Help ma please

2008-07-08 Thread randalle2
thank you very much for the reply.. in short, it much better if im goin to build my on js library or just an extension? coz for now im using the prototype/scriptaculous library for now... the problem there if im going to used jquery same time it goes out with a problem... correct me if im wrong

Re: Scriptaculous Effects not working

2007-09-21 Thread [EMAIL PROTECTED]
a week under my belt. I've been able to use AJAX on my work, and I have many things working just fine. I am, however, having trouble getting the Scriptaculous Effects to work. I've gone through MANY web pages (tutorials, here in the group, other pages, etc.) and I've been doing things

Re: Scriptaculous Effects not working

2007-09-21 Thread [EMAIL PROTECTED]
about a week under my belt. I've been able to use AJAX on my work, and I have many things working just fine. I am, however, having trouble getting the Scriptaculous Effects to work. I've gone through MANY web pages (tutorials, here in the group, other pages, etc.) and I've been doing

Re: Scriptaculous Effects not working

2007-09-21 Thread Christopher E. Franklin, Sr.
trouble getting the Scriptaculous Effects to work. I've gone through MANY web pages (tutorials, here in the group, other pages, etc.) and I've been doing things that I've seen in them, bu to no avail. My stuff just pops in instead of using the Scriptaculous effect that I designate (like

Scriptaculous Effects not working

2007-09-20 Thread [EMAIL PROTECTED]
I'm new to CakePHP with only about a week under my belt. I've been able to use AJAX on my work, and I have many things working just fine. I am, however, having trouble getting the Scriptaculous Effects to work. I've gone through MANY web pages (tutorials, here in the group, other pages, etc

Re: Scriptaculous Effects not working

2007-09-20 Thread Grant Cox
, and I have many things working just fine. I am, however, having trouble getting the Scriptaculous Effects to work. I've gone through MANY web pages (tutorials, here in the group, other pages, etc.) and I've been doing things that I've seen in them, bu to no avail. My stuff just pops in instead

Re: Cakephp scriptaculous effects

2006-07-27 Thread [EMAIL PROTECTED]
I think at this point I would just write the link with the onclick by hand. the $ajax-link function isn't really made for this. The other option, if you're a javascript purist, is to write the link by hand, and then use the $javascript-event to watch for the onclick. Personally, I think the link

Cakephp scriptaculous effects

2006-07-26 Thread 379 the manifesto
Hi - I'm using this for remote requests... echo $ajax-link('View', /projects/view_project_mini/$tmp_id, array('update' = $update, 'complete' = new Effect.BlindDown('$update'); )); I would like to include a 'Close' link

Regular scriptaculous effects

2006-07-25 Thread 379 the manifesto
I would like to use some of Scriptaculous' effects to hide and show a couple of divs. In non cakephp Apps I would use Event selectors to fire Scriptaculous effects and Prototype Ajax calls. Is it possible to use this sort of approach (event selectors) with cake? Or if anyone could point me

Re: Regular scriptaculous effects

2006-07-25 Thread Armando Sosa
of Scriptaculous' effects to hide and show a couple of divs. In non cakephp Apps I would use Event selectors to fire Scriptaculous effects and Prototype Ajax calls. Is it possible to use this sort of approach (event selectors) with cake? Or if anyone could point me at resources that explain making

Re: Scriptaculous Effects

2006-05-01 Thread Samuel DeVore
where I have complete, you can also have loading, before, etcOn 5/1/06, Samuel DeVore [EMAIL PROTECTED] wrote: it's an easy taskOn 5/1/06, immure [EMAIL PROTECTED] wrote: Hi bakers, Was just wondering (after searching google for some time) if there was an easy way to use the scriptaculous