[otrs-cvs] otrsweb/js controls.js, NONE, 1.1 dragdrop.js, NONE, 1.1 frog.js, NONE, 1.1 slider.js, NONE, 1.1
CVS commits notifications of OTRS.org <cvs-log <at> otrs.org>
2009-01-02 03:19:52 GMT
Comments:
Update of /home/cvs/otrsweb/js
In directory lancelot:/tmp/cvs-serv21559/js
Added Files:
controls.js dragdrop.js frog.js slider.js
Log Message:
Added new frog feature.
Author: martin
--- NEW FILE: controls.js ---
// script.aculo.us controls.js v1.7.0, Fri Jan 19 19:16:36 CET 2007
// Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
// (c) 2005, 2006 Ivan Krstic (http://blogs.law.harvard.edu/ivan)
// (c) 2005, 2006 Jon Tirsen (http://www.tirsen.com)
// Contributors:
// Richard Livsey
// Rahul Bhargava
// Rob Wills
//
// script.aculo.us is freely distributable under the terms of an MIT-style license.
// For details, see the script.aculo.us web site: http://script.aculo.us/
// Autocompleter.Base handles all the autocompletion functionality
// that's independent of the data source for autocompletion. This
// includes drawing the autocompletion menu, observing keyboard
// and mouse events, and similar.
//
(Continue reading)