* Checked in a copy of the "script.aculo.us" library by Thomas Fuchs.
authorArt Cancro <ajc@citadel.org>
Fri, 9 Sep 2005 04:43:31 +0000 (04:43 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 9 Sep 2005 04:43:31 +0000 (04:43 +0000)
commit81958371a25a49f12b80139817f14d6180f27c65
tree82518a856eb85ba3eaa720df24d8feaab1a78f17
parent25bb22308df30f24cb8aa995c44a99d209f4084f
* Checked in a copy of the "script.aculo.us" library by Thomas Fuchs.
  NOTE: I had to search-and-replace "Effect" to "ScriptaculousEffect" in
  all of their files, to avoid a conflict with the name "Effect" in Rico.
* Implemented recipient autocompletion when composing mail, using the
  script.aculo.us drop-down box and an ajax fetch.  Cool!!
webcit/po/Makefile.in [deleted file]
webcit/static/controls.js [new file with mode: 0644]
webcit/static/dragdrop.js [new file with mode: 0644]
webcit/static/effects.js [new file with mode: 0644]
webcit/static/head.html
webcit/static/prototype.js
webcit/static/rico.js
webcit/static/scriptaculous.js [new file with mode: 0644]
webcit/static/unittest.js [new file with mode: 0644]
webcit/static/util.js [new file with mode: 0644]
webcit/static/wclib.js