NAME

Template::Plugin::Sajax - Call Sajax from TT

SYNOPSIS

  [% USE Sajax %]
  [% Sajax.rs_show_javascript(request) %]

DESCRIPTION

... to be done ...

FUNCTIONS PROVIDED

These are the functions that you can use once you've loaded the plugin.

... to be done ...

Including the Sajax Javascript

rs_show_javascript

Return the Javascript as a string to the client.

AUTHOR

Written by Max Maischein <corion@cpan.org>

Uses the Sajax module, http://www.modernmethod.com/sajax/.

Except as indicated in comments in the code, Copyright Max Maischein 2005; All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

BUGS

None known.

Bugs should be reported to me via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Plugin-Sajax.

SEE ALSO

Sajax (for doing this in Perl)