I want to make a table with clickable columns (better if they can also be highlighted) which when clicked opens up a pop up menu which contains a form something like the Google Calender if anyone has seen it... Can anyone give me directions how to go about doing this? Would I be needing both Javascript and Ajax along with RoR or is it just possible with Ajax n RoR? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Baber Javed wrote:> I want to make a table with clickable columns (better if they can also > be highlighted) which when clicked opens up a pop up menu which contains > a form something like the Google Calender if anyone has seen it... > Can anyone give me directions how to go about doing this? Would I be > needing both Javascript and Ajax along with RoR or is it just possible > with Ajax n RoR?the substruct project has something of a popup when you click on ''add to cart'' -- might be a good example. Basically when you click on it you want to open up either a hidden div or an iframe. -R -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Maybe you could use modal controls, like lightboxes, see the examples here http://livepipe.net/projects/control_modal/ There are examples with ajax calls and iframes, and the best of all is that is using prototype. On Jun 6, 4:54 am, Baber Javed <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I want to make a table with clickable columns (better if they can also > be highlighted) which when clicked opens up a pop up menu which contains > a form something like the Google Calender if anyone has seen it... > Can anyone give me directions how to go about doing this? Would I be > needing both Javascript and Ajax along with RoR or is it just possible > with Ajax n RoR? > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---