RE: [Rails-spinoffs] script.aculo.us effect to update elements

2006-07-19 Thread Bauser, Joseph (Joe)
rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] script.aculo.us effect to update elements Hi, perhaps I am overseeing this but it seems that there is no easy way to set up a queue with two effects (fade and appear) and in between exchange the content. So I have an application with s

Re: [Rails-spinoffs] script.aculo.us effect to update elements

2006-07-18 Thread Stripe-man
i 2006 00:20 To: rails-spinoffs@lists.rubyonrails.orgSubject: Re: [Rails-spinoffs] script.aculo.us effect to update elements here's an idea!..instead of programming as if it were BASIC...dothis1dothis2dothis3why don't you make it fade, then run the updater, then put the appear effecton the

RE: [Rails-spinoffs] script.aculo.us effect to update elements

2006-07-18 Thread Fabian Lange
m: "Fabian Lange" [EMAIL PROTECTED] Date: Tue, 18 Jul 2006 16:46:07 -0400 To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] script.aculo.us effect to update elements > Hi, > perhaps I am overseeing this but it seems that there is no easy way to set > up a que

Re: [Rails-spinoffs] script.aculo.us effect to update elements

2006-07-18 Thread jaimz
ot;Fabian Lange" [EMAIL PROTECTED] Date: Tue, 18 Jul 2006 16:46:07 -0400 To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] script.aculo.us effect to update elements > Hi, > perhaps I am overseeing this but it seems that there is no easy way to set > up a queue with two eff

Re: [Rails-spinoffs] script.aculo.us effect to update elements

2006-07-18 Thread Ryan Gahl
Nice effect... although I'm more inclined to call it a control or widget than effect. Perhaps you can also make it support passing in an array of values to allow for non-ajax updates. For instance, "new Effect.Updater (el, {newContentArray: ['foo', 'bar', 'blah'], queue: 'end'});"On 7/18/06, Fabian

[Rails-spinoffs] script.aculo.us effect to update elements

2006-07-18 Thread Fabian Lange
Hi, perhaps I am overseeing this but it seems that there is no easy way to set up a queue with two effects (fade and appear) and in between exchange the content. So I have an application with static layout and just want to animate the exchange of the content from the main div. So I wrote my own ef