[Proto-Scripty] Re: Ajax.InPlaceEditor value needs to be part of the URL

2008-12-10 Thread Russell
I forgot that CI doesn't accept the post method for roms. I added ajaxOptions: {method: 'get'} to my options and it works now. On Dec 10, 10:18 am, Russell <[EMAIL PROTECTED]> wrote: > I have enabled query strings and if I call the > urlhttp://test/index.php?c=app&m=updateUserJob&id=548506&leve

[Proto-Scripty] Re: Ajax.InPlaceEditor value needs to be part of the URL

2008-12-10 Thread Russell
I have enabled query strings and if I call the url http://test/index.php?c=app&m=updateUserJob&id=548506&level=S it returns updaed value from the database just fine. When I use my IPE as coded below it I get the text box, make my change but it returns my full index.php and not the new value.

[Proto-Scripty] Re: Ajax.InPlaceEditor value needs to be part of the URL

2008-12-09 Thread Walter Lee Davis
On the CodeIgniter side, I think you will need to step outside of CI's routing in order to do this. I know it's possible to mix and match CI routing and traditional GET requests in the same application -- it's just a matter of knowing what all you will need to pass to the application. Try