List Info

Thread: Newbie question.




Newbie question.
user name
2007-01-26 10:31:06
Sorry for my ignoreance I'm kind of new to this.... I have a requirement for a page that essentially consists of three "DIVS". DIV1 - This is static, it has a bunch of links that initiate a AJAX request to populate DIV2 DIV2 - Populated as a result of a request initiated from DIV1. - This needs to have further links that will initiate a AJAX request to populate DIV3. Can the response include further Javascript to allow more dynamic behaviour ? DIV3 - Populated as a result of a request initiated from DIV2. Does anyone know of any tutorials available in this area ?. Thanks to all.... --~--~---------~--~----~------------~-------~--~----~ 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-spinoffsgooglegroups.com To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribegooglegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Re: Newbie question.
user name
2007-01-26 11:16:00
Hey there, It doesn't really require a specific tutorial. Just look at simple use cases for Ajax.Updater, you'll have everything you need. Of course the XHTML fragment you get back from your first, DIV1-triggered calls to Ajax.Updater can contain

ARCHIVES