On Oct 15, 2:49 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > Recently I designed a web application where I used the technologies > ExtJS and PHP. I didnt use any framework for PHP, I started with small > framework for DB. Now I want to move that application from PHP to > Rails and I want to continue with the same ExtJS. So I dont want to > change any of the javascript files for the UI. Anybody knows about how > I can do this migration simply. > > Thanks, > Ramu.
You're going to be needing the Prototype/Scriptaculous adapter, so if you built your own custom ExtJS, you're going to have to rebuild it with the adapter in place. Going to the UI code, how do you populate your forms? Are they loaded inline, or fetched via AJAX calls? --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

