logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::Prototype::Controls - script.aculo.us controls library, embedded in perl

Author

       Sebastian Riedel, "sri@oook.de"

       controls.js by Thomas Fuchs

Description

       This is the script.aculo.us controls library embedded in a perl __DATA__ section, for easy inclusion in
       HTML::Prototype.

License

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

perl v5.34.0                                       2022-06-14                     HTML::Prototype::Controls(3pm)

Name

       HTML::Prototype::Controls - script.aculo.us controls library, embedded in perl

See Also

       HTML::Prototype, Catalyst::Plugin::Prototype <http://prototype.conio.net/>

Synopsis

           our $controls = do { package HTML::Prototype::Controls; local $/; <DATA> };

See Also