are there any compatible issues that exist when trying to use both prototype and dojo at the same time? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Most probably loads. Why would you want to do that? On Jan 24, 1:28 pm, "snod0g" <joe....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> are there any compatible issues that exist when trying to use both > prototype and dojo at the same time?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Snodog/Joe, You can use prototype and dojo together, yes. I do it often --- like the client-side form validation widgets with Dojo, the build tools, along with some other widgets like the Fisheye Lens, calendar, etc. It''s a very robust library as well. Both together are pretty potent and give you a wide breadth of options. cheers, Mark On 1/25/07, tobie <tobie.langel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Most probably loads. > > Why would you want to do that? > > On Jan 24, 1:28 pm, "snod0g" <joe....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > are there any compatible issues that exist when trying to use both > > prototype and dojo at the same time? > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Mark > You can use prototype and dojo together, yes. I do it often --- like the And Scriptaculous? Do you use it too next to Dojo? Alain --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
...yes of course. Scriptaculous, Rico, Tooltip.js, et al all work on top of Prototype. (the only thing that used to conflct was the Javascript object, but it does not anymore) On 1/26/07, Alain Ravet <alain.ravet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Mark > > > You can use prototype and dojo together, yes. I do it often --- like > the > > > And Scriptaculous? Do you use it too next to Dojo? > > Alain > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
i read somewhere that there were conflicts between prototype and dojo On 1/26/07, Mark Holton <holtonma-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > ...yes of course. Scriptaculous, Rico, Tooltip.js, et al all work on top > of Prototype. > (the only thing that used to conflct was the Javascript object, but it > does not anymore) > > > On 1/26/07, Alain Ravet <alain.ravet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > Mark > > > > > You can use prototype and dojo together, yes. I do it often --- > > like the > > > > > > And Scriptaculous? Do you use it too next to Dojo? > > > > Alain > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi Joe, Nope, not true anymore. They both work together seamlessly. I have 4 websites running using both. (you can also use DWR with both libraries too) [correct my history if I''m wrong: since Prototype version 1.4 it no longer extends Object.prototype, which was the cause of the incompatibility] It''s great to be able to use both where needed. cheers, Mark On 1/26/07, Joe A <joe.biz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > i read somewhere that there were conflicts between prototype and dojo > > On 1/26/07, Mark Holton <holtonma-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > ...yes of course. Scriptaculous, Rico, Tooltip.js, et al all work on > > top of Prototype. > > (the only thing that used to conflct was the Javascript object, but it > > does not anymore) > > > > > > On 1/26/07, Alain Ravet <alain.ravet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > Mark > > > > > > > You can use prototype and dojo together, yes. I do it often --- > > > like the > > > > > > > > > And Scriptaculous? Do you use it too next to Dojo? > > > > > > Alain > > > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---