You are here

README.txt in Ajax loader 8

Same filename and directory in other branches
  1. 7 README.txt
Description
-----------
This module provides allows you to change the default drupal ajax throbber.

Installation
------------
To install this module, do the following:

1. Extract the tar ball that you downloaded from Drupal.org.

2. Upload the entire directory and all its contents to your modules directory.

Configuration
-------------
To enable and configure this module do the following:

1. Go to Admin -> Extend, and enable "Ajax loader".

2. Go to Admin -> Configuration -> User Interface -> Ajax loader, and make
   any necessary configuration changes.

3. You are done, the default ajax throbber is now sexy!

Extend
------
Define your own "throbber" plugins to add custom throbbers.
See src/Plugin/ajax_loader for examples.

File

README.txt
View source
  1. Description
  2. -----------
  3. This module provides allows you to change the default drupal ajax throbber.
  4. Installation
  5. ------------
  6. To install this module, do the following:
  7. 1. Extract the tar ball that you downloaded from Drupal.org.
  8. 2. Upload the entire directory and all its contents to your modules directory.
  9. Configuration
  10. -------------
  11. To enable and configure this module do the following:
  12. 1. Go to Admin -> Extend, and enable "Ajax loader".
  13. 2. Go to Admin -> Configuration -> User Interface -> Ajax loader, and make
  14. any necessary configuration changes.
  15. 3. You are done, the default ajax throbber is now sexy!
  16. Extend
  17. ------
  18. Define your own "throbber" plugins to add custom throbbers.
  19. See src/Plugin/ajax_loader for examples.