-
-
06 May 2005 23:28:43 UTC
- Distribution: Template-Plugin-HTML-Prototype
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (476 / 3 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.11KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- HTML::Prototype
- Template
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Template::Plugin::HTML::Prototype - Template Toolkit Plugin for the Prototype Library
SYNOPSIS
In a Template:
[% USE proto = HTML::Prototype %] [% proto.define_javascript_functions %] [% proto.form_remote_tag(...) %] [% proto.link_to_function(...) %] [% proto.link_to_remote(...) %] [% proto.observe_field(...) %] [% proto.observe_form(...) %] [% proto.periodically_call_remote(...) %] [% proto.submit_to_remote(...) %]
DESCRIPTION
This module provides a simple interface to the Prototype JavaScript OO library for use in the Template Toolkit.
It directly returns a HTML::Prototype object, so you can call all methods there.
SEE ALSO
AUTHOR
Bernhard Bauer, <bauerb@in.tum.de<gt>
COPYRIGHT AND LICENSE
Copyright 2005 by Bernhard Bauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Template::Plugin::HTML::Prototype, copy and paste the appropriate command in to your terminal.
cpanm Template::Plugin::HTML::Prototype
perl -MCPAN -e shell install Template::Plugin::HTML::Prototype
For more information on module installation, please visit the detailed CPAN module installation guide.