Index: openacs-4/packages/ajaxhelper/www/doc/index.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/index.html,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/ajaxhelper/www/doc/index.html 27 Oct 2014 16:40:53 -0000 1.8
+++ openacs-4/packages/ajaxhelper/www/doc/index.html 7 Aug 2017 23:48:03 -0000 1.9
@@ -13,7 +13,7 @@
v0.87d
Components :
- Prototype v1.5.1 (http://prototype.conio.net/)
+ Prototype v1.5.1 (http://prototypejs.org/)
Scriptaculous v1.7.3 Beta (http://script.aculo.us/)
Overlibmws (http://www.macridesweb.com/oltest/)
@@ -96,9 +96,9 @@
Prototype has a pair of javascript functions that alllow
programmers to use XMLHTTP. The ajax.updater and ajax.request
functions. See http://wiki.script.aculo.us/scriptaculous/show/Ajax.Updater
+ href="http://api.prototypejs.org/ajax/Ajax/Updater/">http://api.prototypejs.org/ajax/Ajax/Updater/
and http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request
+ href="http://api.prototypejs.org/ajax/Ajax/Request/">http://api.prototypejs.org/ajax/Ajax/Request/
for more information about these javascript functions.
The Tcl API is used like this
@@ -153,7 +153,7 @@
Use ah::effects to generate javascript that allows you to
implement transitional and cinematic effects to html elements. You will
need to consult the scriptaculous documentation
-http://wiki.script.aculo.us/scriptaculous/tags/effects to know what
+http://madrobby.github.io/scriptaculous/core-effects/ to know what
kinds of
effects and what kinds of options you can pass to the effect script.
@@ -185,7 +185,7 @@
Drag and Drop Sortables :
Sortables are documented in the scriptaculous wiki http://wiki.script.aculo.us/scriptaculous/show/Sortables.
+ href="http://madrobby.github.io/scriptaculous/sortable/">http://madrobby.github.io/scriptaculous/sortable/.
For sortables to work you will need to define a container which will
hold the elements you want to be sortable.