Re: [Rails-spinoffs] bounce effect

2005-12-09 Thread Laurie Harper
On 7-Dec-05, at 8:56 PM, Trevor Squires wrote: I was wondering if anyone has seen (or completed) an effect to make something 'bounce' like icons do in the OS X dock when you launch them? Something that looks like there's a bit of gravitational behavior to it? Try looking at Effect.Shake a

[Rails-spinoffs] How to use JavaScript in link_to_remote?

2005-12-09 Thread Jonathan Weiss
Cheers, I have a form with an input inside that I want to be able to submit by itself (I want to let the user create new tags with this input and use them to tag the whole content that is posted by the rest of the form). I have this layout: <%= link_to_remote "Schlüsselwort hinzufügen",

Re: [Rails-spinoffs] Bug in Effect.Highlight ?

2005-12-09 Thread Nicolas Terray
Sorry to reply to myself... I experiment this code and it seems to work fine for me : --8< var highlights = { '_highlight': {}, 'right': function() { if (!this._highlight['right']) { this._

Re: [Rails-spinoffs] Effect.Highlight on Ajax.Updater

2005-12-09 Thread info
Hi to all, > Hi Amol, > thank you for the reply. > >> new Ajax.Updater('acc','tools/head_info.php',{asynchronous:true, * >> onSuccess=highlightacc*}); >> >> *var highlightacc = function(originalRequest) { >> new Effect.Highlight('acc'); >> } > good... but you think it's possible to recall high

Re: [Rails-spinoffs] Bug in Effect.Highlight ?

2005-12-09 Thread Nicolas Terray
On 12/9/05, Thomas Fuchs <[EMAIL PROTECTED]> wrote: > > Is there a workaround ? > > new Effect.Highlight('right',{queue:'end'}); > > This will use the effect queuing feature of script.aculo.us to make > sure that the Effect.Highlight calls will not clash and will be > executed in order. > Well, it

Re: [Rails-spinoffs] Bug in Effect.Highlight ?

2005-12-09 Thread Nicolas Terray
On 12/9/05, Thomas Fuchs <[EMAIL PROTECTED]> wrote: > > Am 08.12.2005 um 08:49 schrieb Nicolas Terray: > > > > If I 'mouseover' the first select box, the second will be > > highlighted. Great. > > If I 'mouseover' and rapidly 'mouseout-mouseover' the first select box > > whereas the effect is not f

Re: [Rails-spinoffs] Bug in Effect.Highlight ?

2005-12-09 Thread Thomas Fuchs
Am 08.12.2005 um 08:49 schrieb Nicolas Terray: If I 'mouseover' the first select box, the second will be highlighted. Great. If I 'mouseover' and rapidly 'mouseout-mouseover' the first select box whereas the effect is not finished, the second select box will be freezed, i.e. the select box r

[Rails-spinoffs] [ANN] Prototype Enumerable, Array and Hash Documentation

2005-12-09 Thread Justin Palmer
Hey guys, I recently published an article documenting some of the more useful and interesting parts of Prototype's Enumerable, Hash and Array objects. You can find it here: http://encytemedia.com/blog/articles/ 2005/12/07/prototype-meets-ruby-a-look-at-enumerable-array-and-hash If you have