I want to use modal pop-up windows in our web app in Ruby on Rails. Note that I don't want to create a new browser window, but a sub-window inside the existing webpage. We've tried things like TinyBox, but there are issues with returning error information from inside the controller. Any good method or tool that works well in ruby?
|
4
|
|
|
|
|
|
I've never used it myself (not yet at least) but have you tried RedBox? |
||
|
|
|
Facebox, jquery, that Github use is the best one. There is also a prototype version. |
||
|
|
|
I've used Lightbox Gone Wild for a while now, though I've modified it to display a DIV or other element that's already on the page (though hidden) and then return it to it's parent when the box is closed. I've used it make make Wizards that guide the user through a process. |
||
|
|
|
|
I've been using Lytebox for a while now, and am reasonably happy with it. |
||
|
|
|
There's also prototype-window. |
||
|
|
|
|
I'm investigating ModalBox at the moment and it's looking promising. There's a Google Group and Rails plugin which replaces the basic confirm popup with a modal dialog box. |
||
|
|
|
|
Try TopUp! It is developed in a Rails application and you can get it from GitHub. Please note that it is still beta. Feedback is always welcome ;) |
||
|
|
|
|
I've used facebox_render for all my rails projects. It's really easy to use and provided complete helper. You can easily render html or javascript in your RESTful controller. |
||
|
|
