Is it possible to use the scriptaculuous library to upload files using the common input type file? If so, could someone guide me on how this is done? Thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
SubZane a écrit :> Is it possible to use the scriptaculuous library to upload files using > the common input type file? > > If so, could someone guide me on how this is done?This has nothing to do with s.a.us or Prototype, this is basic DOM functionality. What are you trying to do (big picture) here? I''m asking, because scripted file uploads are seldom a good idea... -- Christophe Porteneuve a.k.a. TDD "[They] did not know it was impossible, so they did it." --Mark Twain Email: tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
Hey Guys (and Gals) Long time lurker, first time poster! New to Scriptaculous/Prototype but already have the basics under my belt. I''m ok with dragging divs, etc, but there''s one thing I''d love to be able to do in Scriptaculous that I can do in <dare I mention it on this list> Backbase. http://www.backbase.com/demos/travel/ , if you click on a table header, the list gets sorted and there *must* be a way of doing this animated effect in Scriptaculous? Any pointers greatly appreciated. Keith. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
Why slow down the user with animation? Input is blocked until the sort is complete. Personally, I find the animation annoying. I have a relatively fast computer, but it still comes out rather jerky due to the large number of elements. It took several tries before I could even notice what the animation was trying to do. Don''t bother with animation. Focus on usability. There are several sortable table scripts out there. A decent one is at http://www.kryogenix.org/code/browser/sorttable/ TAG On Nov 1, 2006, at 6:25 AM, Keith wrote:> > Hey Guys (and Gals) > > Long time lurker, first time poster! > > New to Scriptaculous/Prototype but already have the basics under my > belt. > I''m ok with dragging divs, etc, but there''s one thing I''d love to > be able to > do in Scriptaculous that I can do in <dare I mention it on this list> > Backbase. > > http://www.backbase.com/demos/travel/ , if you click on a table > header, the > list gets sorted and there *must* be a way of doing this animated > effect in > Scriptaculous? > > Any pointers greatly appreciated. > > Keith. > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---