Re: [Rails-spinoffs] Searching for Minified Prototype

2006-08-17 Thread Samuel DeVore
Using the dojo _javascript_ compressor has worked for me On 8/17/06, Thomas Fuchs <[EMAIL PROTECTED]> wrote: This has been extensively discussed in the past.Search the list archives for "_javascript_ compress": http://search.gmane.org/search.php?group=gmane.comp.lang.ruby.rails.spinoffs&query=_java

Re: RE: [Rails-spinoffs] Keeping controls in the display

2006-08-16 Thread Samuel DeVore
hat fixed positioning had poor cross-browser support and JavaScript was needed to address the issue. I'll Google around and do a few experiments. Sam > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Samuel DeVore > Sent: Wednes

Re: [Rails-spinoffs] Keeping controls in the display

2006-08-16 Thread Samuel DeVore
That is more of a css issue then a javascript issue, you might want to look at information about absolute positioning Sam D On 8/16/06, Sam <[EMAIL PROTECTED]> wrote: I have a few controls (submit buttons), which would be nice to keep in the display area when users vertically scroll to the b

[Rails-spinoffs] slide transition effect for scriptalcoulous/ prototype?

2006-07-07 Thread Samuel DeVore
I was wondering if there are any examples of an implementation of the "Slide Transition Pattern" for scripta/proto?I found a nice one using the Yahoo UI stuff and was wondering if there was a similar set of transitions for this? http://developer.yahoo.com/ypatterns/pattern.php?pattern=slideYahoo UI

[Rails-spinoffs] using observers to detect the difference betwn dbl and single click

2006-06-27 Thread Samuel DeVore
Does anyone have a leads or ideas how one could us the Observers to detect and act on single vs double clicks on objects/links? ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinof

Re: [Rails-spinoffs] Re: sortables and onClick events firing

2006-06-15 Thread Samuel DeVore
Actually in this case it seems that it was as simple as setting the handle to the surrounding div.Sam Dps. I was heading down the road you suggested when someone suggested trying the handle On 6/15/06, David Rusenko <[EMAIL PROTECTED]> wrote: Sam,Actually, you could create an onChange handler for t

[Rails-spinoffs] sortables and onClick events firing

2006-06-14 Thread Samuel DeVore
I have a page that I have been tasked with adding sortable support to, and the div elements that are being dragged have a in them with an onClick handler that opens a new window with a preview.  Is there a way to keep that onCLick from firing when a sortable is dropped? Sam D _