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


NAME

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

Back to Top


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>

Back to Top


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 three core components :

and three widgets:

Back to Top


TARGETED PLATFORMS

Back to Top


DEPENDENCIES

Back to Top


AUTHORS

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

Jean-Christophe Durand, <jean-christophe.d.....@etat.ge.ch>

Back to Top


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

Back to Top

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