I am looking for the best way to create modal boxes in my RubyOnRails app. What I am looking for: * a box that does not close when you click outside of the box * a box that does not darken out everything outside of the box * a box that I can put a form in * works on IE6+, Firefox, Safari And if it nicely integrated with Rails even better. What are people using? :-) -- John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org Blog: http://www.kopanas.com Conference: http://www.cusec.net Twits: http://www.twitter.com/kopanas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 22 Feb 2008, at 17:36, John Kopanas wrote:> I am looking for the best way to create modal boxes in my > RubyOnRails app. > > What I am looking for: > * a box that does not close when you click outside of the box > * a box that does not darken out everything outside of the box > * a box that I can put a form in > * works on IE6+, Firefox, Safari > > And if it nicely integrated with Rails even better. > > What are people using? :-)http://prototype-window.xilinus.com/ You''ll have to write your own rails helper, which shouldn''t be too hard. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
We use Control.Modal, which is based on Prototype and can easily be configure for 1 & 2 and works fine with forms (e.g. login form on http://autopendium.com). Re, integration with Rails, I''m not the best person to comment (though the Prototype integration gives it a smaller footprint than if it was stand-alone), as we use it unobtrusively with behaviours attached via LowPro. http://livepipe.net/projects/control_modal/ http://www.danwebb.net/2006/9/3/low-pro-unobtrusive-scripting-for-prototype HTH Chris John Kopanas wrote:> I am looking for the best way to create modal boxes in my RubyOnRails app. > > What I am looking for: > * a box that does not close when you click outside of the box > * a box that does not darken out everything outside of the box > * a box that I can put a form in > * works on IE6+, Firefox, Safari > > And if it nicely integrated with Rails even better. > > What are people using? :-) > > -- > John Kopanas > john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org <mailto:john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org> > > Blog: http://www.kopanas.com > Conference: http://www.cusec.net > Twits: http://www.twitter.com/kopanas > >-- ---------------- http://pushrod.wordpress.com -- old dogs, new tricks http://autopendium.com -- a place your old car can call home --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---