Hello everybody, I have created a script for selecting elements in a window''s desktop way based on the dragdrop library from scriptaculous. I have only tried it with firefox so I don´t know if it works with other browser. It has Ctrl key functionality and more. Please try it. Thanks. http://www.ehu.es/invertebrados/scriptTest/ -- Daniel Herrero Dávila --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Very nice Daniel! Will that work applied to arbitrary elements? On 9/22/06, Daniel Herrero <herrerodani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hello everybody, > I have created a script for selecting elements in a window''s desktop way > based on the dragdrop library from scriptaculous. I have only tried it with > firefox so I don´t know if it works with other browser. > It has Ctrl key functionality and more. > Please try it. Thanks. > > http://www.ehu.es/invertebrados/scriptTest/ > > -- > Daniel Herrero Dávila > > >-- Ryan Gahl Application Development Consultant Athena Group, Inc. Inquire: 1-920-954-9798 x2903 Blog: http://www.someElement.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
This is absolutely marvelous! This looks like a great addition to my library. I would sure vote for its inclusion in a future Scriptaculous release! Well Done! --Ken From: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Daniel Herrero Sent: Friday, September 22, 2006 3:33 AM To: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Subject: [Rails-spinoffs] selectable class Hello everybody, I have created a script for selecting elements in a window''s desktop way based on the dragdrop library from scriptaculous. I have only tried it with firefox so I don´t know if it works with other browser. It has Ctrl key functionality and more. Please try it. Thanks. http://www.ehu.es/invertebrados/scriptTest/ -- Daniel Herrero Dávila --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hello, Thanks for your support. Sadly I have found that it doesn´t work in explorer because the new (and incredible) things like $(''someid'').observe(''click'', somefunction) don´t work in it. this is true or i´m in an error? Rhyan, I don´t understand what ''arbitrary elements'' mean. Could you explain it further to me, please? I will try to make it with english comentaries and compatible with explorer. Ken, do you know what I have to do to see it included in scriptaculous? because it would be an honour!!! Another thing, does anybody know a library for managing the z-indez of several elements and make things like ''put in front'' or ''put forward'' or ''getHighestDepth''? Thank you. 2006/9/22, Ken Snyder <ksnyder-evSXmdsRj0TQT0dZR+AlfA@public.gmane.org>:> > This is absolutely marvelous! This looks like a great addition to my > library. I would sure vote for its inclusion in a future Scriptaculous > release! > > > > Well Done! > > > > --Ken > > > > *From:* rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto: > rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] *On Behalf Of *Daniel Herrero > *Sent:* Friday, September 22, 2006 3:33 AM > *To:* rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > *Subject:* [Rails-spinoffs] selectable class > > > > Hello everybody, > I have created a script for selecting elements in a window''s desktop way > based on the dragdrop library from scriptaculous. I have only tried it with > firefox so I don´t know if it works with other browser. > It has Ctrl key functionality and more. > Please try it. Thanks. > > http://www.ehu.es/invertebrados/scriptTest/ > > -- > Daniel Herrero Dávila > > > >-- Daniel Herrero Dávila --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Arbitray elements means can I make it so I can pick any element on the page to apply this behavior to? On 9/22/06, Daniel Herrero <herrerodani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hello, > Thanks for your support. Sadly I have found that it doesn´t work in > explorer because the new (and incredible) things like > $(''someid'').observe(''click'', somefunction) don´t work in it. this is true or > i´m in an error? > Rhyan, I don´t understand what ''arbitrary elements'' mean. Could you > explain it further to me, please? > I will try to make it with english comentaries and compatible with > explorer. Ken, do you know what I have to do to see it included in > scriptaculous? because it would be an honour!!! > Another thing, does anybody know a library for managing the z-indez of > several elements and make things like ''put in front'' or ''put forward'' or > ''getHighestDepth''? > Thank you. > > 2006/9/22, Ken Snyder < ksnyder-evSXmdsRj0TQT0dZR+AlfA@public.gmane.org>: > > > > This is absolutely marvelous! This looks like a great addition to my > > library. I would sure vote for its inclusion in a future Scriptaculous > > release! > > > > > > > > Well Done! > > > > > > > > --Ken > > > > > > > > *From:* rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto: > > rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] *On Behalf Of *Daniel Herrero > > *Sent:* Friday, September 22, 2006 3:33 AM > > *To:* rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > > *Subject:* [Rails-spinoffs] selectable class > > > > > > > > Hello everybody, > > I have created a script for selecting elements in a window''s desktop way > > based on the dragdrop library from scriptaculous. I have only tried it with > > firefox so I don´t know if it works with other browser. > > It has Ctrl key functionality and more. > > Please try it. Thanks. > > > > http://www.ehu.es/invertebrados/scriptTest/ > > > > -- > > Daniel Herrero Dávila > > > > > > > > > -- > Daniel Herrero Dávila > > >-- Ryan Gahl Application Development Consultant Athena Group, Inc. Inquire: 1-920-954-9798 x2903 Blog: http://www.someElement.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I don´t know because I made it thinking in the DIV elements. I think any element can be selectable. The next week I will try it further and maybe post an explorer compatible version. 2006/9/22, Ryan Gahl <ryan.gahl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> > Arbitray elements means can I make it so I can pick any element on the > page to apply this behavior to? > > On 9/22/06, Daniel Herrero < herrerodani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hello, > > Thanks for your support. Sadly I have found that it doesn´t work in > > explorer because the new (and incredible) things like > > $(''someid'').observe(''click'', somefunction) don´t work in it. this is true or > > i´m in an error? > > Rhyan, I don´t understand what ''arbitrary elements'' mean. Could you > > explain it further to me, please? > > I will try to make it with english comentaries and compatible with > > explorer. Ken, do you know what I have to do to see it included in > > scriptaculous? because it would be an honour!!! > > Another thing, does anybody know a library for managing the z-indez of > > several elements and make things like ''put in front'' or ''put forward'' or > > ''getHighestDepth''? > > Thank you. > > > > 2006/9/22, Ken Snyder < ksnyder-evSXmdsRj0TQT0dZR+AlfA@public.gmane.org>: > > > > > > This is absolutely marvelous! This looks like a great addition to my > > > library. I would sure vote for its inclusion in a future Scriptaculous > > > release! > > > > > > > > > > > > Well Done! > > > > > > > > > > > > --Ken > > > > > > > > > > > > *From:* rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto: > > > rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] *On Behalf Of *Daniel Herrero > > > *Sent:* Friday, September 22, 2006 3:33 AM > > > *To:* rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > > > *Subject:* [Rails-spinoffs] selectable class > > > > > > > > > > > > Hello everybody, > > > I have created a script for selecting elements in a window''s desktop > > > way based on the dragdrop library from scriptaculous. I have only tried it > > > with firefox so I don´t know if it works with other browser. > > > It has Ctrl key functionality and more. > > > Please try it. Thanks. > > > > > > http://www.ehu.es/invertebrados/scriptTest/ > > > > > > -- > > > Daniel Herrero Dávila > > > > > > > > > > > > > > > -- > > Daniel Herrero Dávila > > > > > > > -- > Ryan Gahl > Application Development Consultant > Athena Group, Inc. > Inquire: 1-920-954-9798 x2903 > Blog: http://www.someElement.com > > >-- Daniel Herrero Dávila --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---