17 |
== Installation/Usage |
== Installation/Usage |
18 |
|
|
19 |
script.aculo.us includes the Prototype JavaScript Framework |
script.aculo.us includes the Prototype JavaScript Framework |
20 |
V1.5.0. You can use later versions, as they become available |
V1.6.0. You can use later versions, as they become available |
21 |
(see http://prototype.conio.net). |
(see http://prototypejs.org/). |
22 |
|
|
23 |
Put prototype.js, and the six files scriptaculous.js, |
Put prototype.js, and the six files scriptaculous.js, |
24 |
builder.js, effects.js, dragdrop.js, controls.js and slider.js |
builder.js, effects.js, dragdrop.js, controls.js and slider.js |
25 |
in a directory of your website, e.g. /javascripts. |
in a directory of your website, e.g. /javascripts. |
26 |
|
|
27 |
(The unittest.js file is optional and is only needed if you |
(The sound.js and unittest.js files are optional) |
|
want to do unit testing on your own javascripts). |
|
28 |
|
|
29 |
Now, you can include the scripts by adding the following |
Now, you can include the scripts by adding the following |
30 |
tags to the HEAD section of your HTML pages: |
tags to the HEAD section of your HTML pages: |