# Alien-GvaScript **Repository Path**: mirrors_gitpan/Alien-GvaScript ## Basic Information - **Project Name**: Alien-GvaScript - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Alien-GvaScript =============== Geneva extension to the prototype javascript framework This distribution contains three core components : * protoExtensions> : some extensions to the prototype javascript framework (mainly walking the DOM searching for collections of classnames). * event : registering and firing application-specific events (in addition to the standard W3C event model) * keyMap : managing maps of handlers for key events (similar in spirit to Emacs keymaps) and three widgets: * choiceList : dropdown list of choices with navigation * autoCompleter : autocompletion on form input fields * treeNavigator : navigation in a tree structure, opening and closing nodes INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Alien::GvaScript You can also look for information at: Search CPAN http://search.cpan.org/dist/Alien-GvaScript CPAN Request Tracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Alien-GvaScript AnnoCPAN, annotated CPAN documentation: http://annocpan.org/dist/Alien-GvaScript CPAN Ratings: http://cpanratings.perl.org/d/Alien-GvaScript COPYRIGHT AND LICENCE Copyright (C) 2007 Laurent Dami This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.