Displaying 2 results from an estimated 2 matches for "myscop".
Did you mean:
mycop
2006 Jan 07
0
queued effect
This is what I came up with so far:
if ($(''windowContent'').style.display == ''none'') {
Effect.Appear(''window'',{queue:{scope:''myscope'', position:''end''}});
Effect.toggle(''windowContent'',''blind'',{queue:{scope:''myscope'',
position:''end''}});
}
else {
Effect.A...
2006 Jun 23
2
Queue 3 or more RJS actions
...'' and ''end'' only let me set the order for two things.
My reference so far has been
http://blog.railsdevelopment.com/pages/effect/queue/
It talks about using :scope with :queue. I tried changing all the
:queue in the above example to :queue => {:scope=> ''myscope''}
hoping that this would set up my queue but that did not appear to work.
Any help is greatly appreciated.
Matthew Margolis
blog.mattmargolis.net