Template::Plugin::StickyQuery - TT plugin for HTML::StickyQuery


Template-Plugin-StickyQuery documentation  | view source Contained in the Template-Plugin-StickyQuery distribution.

Index


NAME

Top

Template::Plugin::StickyQuery - TT plugin for HTML::StickyQuery

SYNOPSIS

Top

  use Template;
  use Apache;
  use Apache::Request;

  my $apr      = Apache::Request->new(Apache->request); # or CGI.pm will do
  my $template = Template->new( ... );
  $template->process($filename, { apr => $apr });

  # in your template
  [% USE StickyQuery %]
  [% FILTER stickyquery param => apr %]
  <A HREF="go.cgi?page=&foo=&bar">go</A>
  [% END %]

DESCRIPTION

Top

Template::Plugin::StickyQuery is a plugin for TT, which allows you to make your HTML tag sticky using HTML::StickyQuery.

Special thanks to IKEBE Tomohiro.

AUTHOR

Top

Hiroyuki Kobayasi <kobayasi@piano.gs>

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

SEE ALSO

Top

Template, HTML::StickyQuery


Template-Plugin-StickyQuery documentation  | view source Contained in the Template-Plugin-StickyQuery distribution.