HTML::Prototype::Controls(3pm) | User Contributed Perl Documentation | HTML::Prototype::Controls(3pm) |
NAME¶
HTML::Prototype::Controls - script.aculo.us controls library, embedded in perl
SYNOPSIS¶
our $controls = do { package HTML::Prototype::Controls; local $/; <DATA> };
DESCRIPTION¶
This is the script.aculo.us controls library embedded in a perl __DATA__ section, for easy inclusion in HTML::Prototype.
SEE ALSO¶
HTML::Prototype, Catalyst::Plugin::Prototype <http://prototype.conio.net/>
AUTHOR¶
Sebastian Riedel, "sri@oook.de"
controls.js by Thomas Fuchs
LICENSE¶
This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.
2022-06-14 | perl v5.34.0 |