The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::GvaScript::Intro - A javascript framework born in Geneva.

SYNOPSIS

  <head>
    <script src="path/to/prototype.js"></script>
    <script src="path/to/GvaScript.js"></script>
    <link href="path/to/GvaScript.css" rel="stylesheet" type="text/css">
  
    var cl = GvaScript.ChoiceList(choices, options);
    var ac = GvaScript.AutoCompleter(datasource, options);
    var tn = GvaScript.TreeNavigator(element, options);
  </head>

DESCRIPTION

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

It contains four core components :

and four widgets:

TARGETED PLATFORMS

  • Microsoft Internet Explorer for Windows, version 6.0 and higher

  • Mozilla Firefox 2.0 and higher

  • may work on other platforms supported by prototype.js, but was not tested

DEPENDENCIES

AUTHORS

Laurent Dami, <laurent.d...@etat.ge.ch>

Mona Remlawi, <mona.r...@etat.ge.ch>

Jean-Christophe Durand

Sébastien Cuendet

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl's artistic license (see http://perldoc.perl.org/perlartistic.html).