Re: [cgiapp] Ajax

2006-10-12 Thread Sean Davis
On Thursday 12 October 2006 09:01, Robert Hicks wrote: I know this is sad. What is the term I should be looking for when I want to bring back only the associated records with a drop down selection? I assume you mean What AJAX command do I use?. That depends on the javascript framework you

[cgiapp] Re: Ajax

2006-10-12 Thread Robert Hicks
Sean Davis wrote: On Thursday 12 October 2006 09:01, Robert Hicks wrote: I know this is sad. What is the term I should be looking for when I want to bring back only the associated records with a drop down selection? I assume you mean What AJAX command do I use?. That depends on the

Re: [cgiapp] Re: Ajax

2006-10-12 Thread Michael Peters
Robert Hicks wrote: It will probably be prototype since there is a CA plugin for it. Do you have a recommendation? I like prototype because it makes somethings about Javascript less painful. It provides some syntax-sugar stuff ( ie, $('some_div') is a shortcut for

Re: [cgiapp] Re: Ajax

2006-10-12 Thread Sean Davis
On Thursday 12 October 2006 10:33, Michael Peters wrote: Robert Hicks wrote: It will probably be prototype since there is a CA plugin for it. Do you have a recommendation? But either way, if you're going to get into Ajax, don't be scared of Javascript. Any wrappers that exist (like

Re: [cgiapp] Re: Ajax

2006-10-12 Thread Graham TerMarsch
On Thursday 12 October 2006 7:33 am, Michael Peters wrote: I like prototype because it makes somethings about Javascript less painful. It provides some syntax-sugar stuff ( ie, $('some_div') is a shortcut for document.getElementById('some_div') ) as well as providing things (ie,

[cgiapp] RFC: patch to CAP::Authorization to do redirects like CAP::Authentication

2006-10-12 Thread Graham TerMarsch
Have been adding support in my own apps for CAP::Authorization, but found that it didn't perform redirects the same way that CAP::Authentication did. I wanted to be able to set things up so that I could have entire Apps that require a specific type of authorization like: sub cgiapp_prerun {

[cgiapp] RFC: patch to add DevPopup support to CAP::LogDispatch

2006-10-12 Thread Graham TerMarsch
Am already using CAP::DevPopup in my apps right now for testing, and wanted to integrate a list of items logged via CAP::LogDispatch. So... I patched CAP::LogDispatch to add support for CAP::DevPopup. With the attached patch in place, you'll find a new Log::Dispatch item in your DevPopup

Re: [cgiapp] RFC: patch to add DevPopup support to CAP::LogDispatch

2006-10-12 Thread Evan A. Zacks
On Thu, Oct 12, 2006 at 02:56:44PM -0700, Graham TerMarsch wrote: Am already using CAP::DevPopup in my apps right now for testing, and wanted to integrate a list of items logged via CAP::LogDispatch. So... I patched CAP::LogDispatch to add support for CAP::DevPopup. Nice work, this looks