On Tue, Oct 18, 2005 at 11:55:15PM -0700, Tim Colson (tcolson) wrote:
> Say, has anyone got a minimal example of embedding AJAX into a CGI::APP,
> preferably using some library to abstract the Javascript (CGI::Ajax or
> SAJAX or something else) ?

> http://search.cpan.org/~bct/CGI-Ajax-0.6/lib/CGI/Ajax.pm

> I'd like a supercharged ajaxy version of this TreeTable Implementation.
> http://source.mihelac.org/notebook/html_treetable/


> Cheers,
> Timo

See Cees plugin:

http://search.cpan.org/~ceeshek/CGI-Application-Plugin-HTMLPrototype-0.10/lib/CGI/Application/Plugin/HTMLPrototype.pm

Which uses HTML::Prototype:
http://search.cpan.org/~mramberg/HTML-Prototype-1.35/lib/HTML/Prototype.pm

Which is a wrapper/helper functions around the prototype javascript
library:

http://prototype.conio.net/

Really simple.

Ron

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to