Hi, is there any prototype class to have something similar to the jquery selectable class: http://ui.jquery.com/functional_demos/#ui.selectable Thanx, M --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
Take a look at http://scripteka.com/script/matrixview - kangax On Jun 2, 1:32 pm, "mendj...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <mendj...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > is there any prototype class to have something similar to the jquery > selectable class:http://ui.jquery.com/functional_demos/#ui.selectable > > Thanx, > > M--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
You could also use JQuery''s selectable and prototype in the same page, just call jQuery.noConflict( ) to stop JQuery for using the $ variable. more info on: http://docs.jquery.com/Using_jQuery_with_Other_Libraries Hope it helps!!! On Jun 2, 2:32 pm, "mendj...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <mendj...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > is there any prototype class to have something similar to the jquery > selectable class:http://ui.jquery.com/functional_demos/#ui.selectable > > Thanx, > > M--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks, but iam not really sure using a third library will be the solution, I saw that the jquery UI don''t followthe noConflict() rule so..... :( the matrixview example seems not bad,but something similar to the srciptaculous Droppable& Draggable Class will be the best generique solution. I think i should do it by myself if i can ! Thanks all MM On Jun 2, 11:32 pm, kangax <kan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Take a look athttp://scripteka.com/script/matrixview > > - kangax > > On Jun 2, 1:32 pm, "mendj...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <mendj...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > is there any prototype class to have something similar to the jquery > > selectable class:http://ui.jquery.com/functional_demos/#ui.selectable > > > Thanx, > > > M--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---