HTML::Prototype::DragDrop - script.aculo.us dragdrop library, embedded in perl


NAME

HTML::Prototype::DragDrop - script.aculo.us dragdrop library, embedded in perl


SYNOPSIS

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


DESCRIPTION

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


SEE ALSO

the HTML::Prototype manpage, the Catalyst::Plugin::Prototype manpage http://prototype.conio.net/


AUTHOR

Sebastian Riedel, sri@oook.de

dragdrop.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.