| 1 |
-----------------------------------------------------------
|
| 2 |
S/P Ajax for Drupal
|
| 3 |
by Jeff Robbins
|
| 4 |
jeff -/a@t\- lullabot.com
|
| 5 |
|
| 6 |
|
| 7 |
Description: ----------------------------------------------
|
| 8 |
This module implements Scriptaculous/Prototype AJAX functions into Drupal. The spajax.module itself only provides for animated Drupal status messages, but other modules will build on the API provided by this module.
|
| 9 |
|
| 10 |
Be sure to check out the S/P Magic Menus module which creates dynamic, expandable, and floating menus from Drupal's menu blocks.
|
| 11 |
|
| 12 |
Installation: ---------------------------------------------
|
| 13 |
Due to licensing difference between Drupal and Scriptaculous/Protoype,
|
| 14 |
|
| 15 |
*** YOU NEED TO DOWNLOAD THE SCRIPTACULOUS LIBRARY SEPERATELY. ***
|
| 16 |
|
| 17 |
1) Put the directory that contains this file into your Drupal modules directory.
|
| 18 |
|
| 19 |
2) Download and expand the Scriptaculous library from http://script.aculo.us/downloads (this download includes the Prototype library)
|
| 20 |
|
| 21 |
3) Rename the downloaded directory "scriptaculous"
|
| 22 |
|
| 23 |
4) Place the directory in the directory that contains this file.
|
| 24 |
|
| 25 |
Your directory will look like this
|
| 26 |
|
| 27 |
[drupal]/
|
| 28 |
index.php
|
| 29 |
[other files]
|
| 30 |
modules/
|
| 31 |
spajax/
|
| 32 |
spajax.module
|
| 33 |
spajax.js
|
| 34 |
spajax.css
|
| 35 |
README.txt
|
| 36 |
scriptaculous/
|
| 37 |
lib/
|
| 38 |
src/
|
| 39 |
README
|
| 40 |
[other files]
|
| 41 |
|
| 42 |
5) Enable the module at admin/modules
|
| 43 |
|
| 44 |
6) Go to admin/settings/spajax to set it up...
|