HTML::Prototype::Helper - Imports helper packages for HTML::Prototype


HTML-Prototype documentation Contained in the HTML-Prototype distribution.

Index


Code Index:

NAME

Top

HTML::Prototype::Helper - Imports helper packages for HTML::Prototype

SYNOPSIS

Top

	use HTML::Prototype::Helper;

SEE ALSO

Top

HTML::Prototype, http://prototype.conio.net/

AUTHOR

Top

Sascha Kiefer, esskar@cpan.org

Built around Prototype by Sam Stephenson. Much code is ported from Ruby on Rails javascript helpers.

LICENSE

Top

This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.


HTML-Prototype documentation Contained in the HTML-Prototype distribution.

package HTML::Prototype::Helper;

use strict;
use HTML::Prototype::Helper::Tag;

1;