Wednesday, March 14th, 2007
GvaScript
GvaScript (pronounce “gee-vascript”) is a javascript framework born in Geneva, Switzerland (GVA is the IATA code for Geneva Cointrin International Airport).
It is built on top of the prototype object-oriented javascript framework (http://prototype.conio.net) and offers a number of extensions and widgets, such as keymap handling, application-specific events, autocompletion on input field, and a tree navigator
- GvaScript.Autocompleter: autocompletion on form input fields
- GvaScript.ChoiceList: Dropdown list of choices with navigation
- GvaScript.fireEvent: application-specific events
- GvaScript.protoExtensions: Extensions to prototype.js
- GvaScript::Intro: A javascript framework born in Geneva.
- KeyMap: Manage maps of handlers for key events
- TreeNavigator: Navigation in a tree structure
Despite living on CPAN this is all just pure JavaScript…. it just happens to use Perl for some build actions.












the tree navigator seemd like s.th. i had been looking for for a while…
i downloaded it and tried it out.
there are some good ideas but it is very buggy on ffox ;(
i’m sure the next version will be usable though…
frame tree didn’t work:
key map example
the keymap is cool. you can try it here:
key map example
Hi ,
The
frame tree is fixed in version 1.02, that was a typo in the example — thanks for the bug report
As for bugs on Firefox, we tested quite extensively on Firefox 2.0, so I’m surprised. Please tell me more precisely what doesn’t work and on which version, so that we can fix it!